pub trait SizeInBits {
// Required method
fn size_in_bits() -> usize;
}Required Methods§
sourcefn size_in_bits() -> usize
fn size_in_bits() -> usize
Returns the size in bits.
Object Safety§
This trait is not object safe.
Implementations on Foreign Types§
source§impl<E> SizeInBits for Scalar<E>where
E: Environment,
impl<E> SizeInBits for Scalar<E>where E: Environment,
source§fn size_in_bits() -> usize
fn size_in_bits() -> usize
Returns the scalar size in bits.