floatFlag

Type Alias floatFlag 

Source
pub type floatFlag = typeFlag<f32>;

Aliased Type§

pub struct floatFlag { /* private fields */ }

Trait Implementations§

Source§

impl Flag for floatFlag

Source§

type Value = f32

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