Trait ternary::Same [] [src]

pub trait Same<Rhs = Self> {
    type Output;
}

shamelessly copied from typenum

Associated Types

Implementors