Trait typenum::SizeOf [] [src]

pub trait SizeOf {
    type Output;
}

Gives the size of a type number in bits as a UInt

Associated Types

type Output

Implementors