[][src]Trait type_cli::Flag

pub trait Flag: Default {
    pub fn increment(&mut self);
}

Required methods

pub fn increment(&mut self)[src]

Loading content...

Implementations on Foreign Types

impl Flag for bool[src]

impl Flag for Option<()>[src]

impl Flag for usize[src]

impl Flag for u8[src]

impl Flag for u16[src]

impl Flag for u32[src]

impl Flag for u64[src]

impl Flag for isize[src]

impl Flag for i8[src]

impl Flag for i16[src]

impl Flag for i32[src]

impl Flag for i64[src]

Loading content...

Implementors

Loading content...