pub fn from_std_args<T: Facet<'static>>() -> Result<T, ArgsErrorWithInput>Expand description
Parse command line arguments provided by std::env::args() into a Facet-compatible type
pub fn from_std_args<T: Facet<'static>>() -> Result<T, ArgsErrorWithInput>Parse command line arguments provided by std::env::args() into a Facet-compatible type