pub trait SizeInBytes {
// Required method
fn size_in_bytes() -> usize;
}
Required Methods§
fn size_in_bytes() -> usize
fn size_in_bytes() -> usize
Returns the size in bytes.
Implementations on Foreign Types§
§impl<E, I> SizeInBytes for Integer<E, I>where
E: Environment,
I: IntegerType,
impl<E, I> SizeInBytes for Integer<E, I>where E: Environment, I: IntegerType,
§fn size_in_bytes() -> usize
fn size_in_bytes() -> usize
Returns the integer size in bytes.