Function from_slice

Source
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