[][src]Type Definition type_freak::control::IfOutput

type IfOutput<Output, Cond> = FirstOfOutput<(Output, Cond)>;

A type alias that checks if type can be constructed.