[][src]Trait type_freak::control::If

pub trait If<Cond> {
    type Output;
}

Returns input type if Cond can be constructed.

Associated Types

type Output

Loading content...

Implementors

impl<Cond, Output> If<Cond> for Output[src]

type Output = FirstOf<(Output, Cond)>

Loading content...