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

Required Methods§

Returns the capacity for data bits.

Implementations on Foreign Types§

Returns the field capacity for data bits.

Returns the field capacity for data bits.

Returns the scalar capacity for data bits.

Implementors§