Trait argparse::FromCommandLine [] [src]

pub trait FromCommandLine: Sized {
    fn from_argument(s: &str) -> Result<Self, String>;
}

Required Methods

Implementors