intFlag

Type Alias intFlag 

Source
pub type intFlag = typeFlag<i32>;

Aliased Type§

pub struct intFlag { /* private fields */ }

Trait Implementations§

Source§

impl Flag for intFlag

Source§

type Value = i32

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