Trait arg_combinators::ArgBool[][src]

pub trait ArgBool: Arg {
    fn some_if<T>(self, value: T) -> SomeIf<Self, T>
    where
        Self: Sized
, { ... }
fn unit_option(self) -> UnitOption<Self>
    where
        Self: Sized
, { ... } }

Provided Methods

Implementors