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