pub trait SizeInDataBits {
    fn size_in_data_bits() -> usize;
}

Required Methods§

Returns the capacity for data bits.

Implementors§