Function from_std_args

Source
pub fn from_std_args<'input, 'facet, T: Facet<'facet>>() -> Result<T, DeserError<'input>>
where 'input: 'facet,
Expand description

Parse command line arguments provided by std::env::args() into a Facet-compatible type