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