Trait argparse::FromCommandLine[][src]

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

Required Methods

Implementations on Foreign Types

impl FromCommandLine for PathBuf
[src]

impl FromCommandLine for f32
[src]

impl FromCommandLine for f64
[src]

impl FromCommandLine for isize
[src]

impl FromCommandLine for i8
[src]

impl FromCommandLine for i16
[src]

impl FromCommandLine for i32
[src]

impl FromCommandLine for i64
[src]

impl FromCommandLine for usize
[src]

impl FromCommandLine for u8
[src]

impl FromCommandLine for u16
[src]

impl FromCommandLine for u32
[src]

impl FromCommandLine for u64
[src]

impl FromCommandLine for bool
[src]

impl FromCommandLine for String
[src]

impl FromCommandLine for Ipv4Addr
[src]

impl FromCommandLine for Ipv6Addr
[src]

impl FromCommandLine for SocketAddr
[src]

Implementors