pub fn from_slice<'input, 'facet, T: Facet<'facet>>( args: &'input [&'input str], ) -> Result<T, DeserError<'input>>where 'input: 'facet,
Parse command line arguments into a Facet-compatible type