boolFlag

Type Alias boolFlag 

Source
pub type boolFlag = typeFlag<bool>;

Aliased Type§

pub struct boolFlag { /* private fields */ }

Trait Implementations§

Source§

impl Flag for boolFlag

Source§

type Value = bool

Source§

fn new(name: &str) -> Self

Source§

fn tryParse(self) -> Result<Self::Value, ArgumentError>

Returns a Result<T, ArgumentError>. Read more
Source§

fn parse(self) -> Self::Value
where Self: Sized,

Returns a value of type T Read more