pub trait SizeInBits {
    fn size_in_bits() -> usize;
}

Required Methods

Returns the size in bits.

Implementors