[][src]Trait type_freak::control::IfSame

pub trait IfSame<Lhs, Rhs> {
    type Output;
}

Returns input type if both Lhs and Rhs are equivalent types.

Associated Types

type Output

Loading content...

Implementors

impl<Same, Output> IfSame<Same, Same> for Output[src]

type Output = Output

Loading content...