Trait typenum::Same [] [src]

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

Associated Types

type Output

Output should always be Self

Implementors