Skip to content

Instantly share code, notes, and snippets.

@Treborium
Created February 20, 2020 10:15
Show Gist options
  • Save Treborium/ca2781af81bdbb194b6c5dae14e1bf67 to your computer and use it in GitHub Desktop.
Save Treborium/ca2781af81bdbb194b6c5dae14e1bf67 to your computer and use it in GitHub Desktop.
Use ? Operator in Rust documentation
/// # Examples
///
/// ```
/// let output = get_utf8_vec();
/// println!("{}", String::from_utf8(output)?);
/// # Ok::<(), std::string::FromUtf8Error>(())
/// ```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment