pub fn from_std_args<'input, 'facet, T: Facet<'facet>>() -> Result<T, DeserError<'input>>where 'input: 'facet,
Parse command line arguments provided by std::env::args() into a Facet-compatible type