Trait argle::ParamBoolExt[][src]

pub trait ParamBoolExt: Param + ParamExt {
    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