pub trait SizeInBytes {
// Required method
fn size_in_bytes() -> usize;
}
Required Methods§
sourcefn size_in_bytes() -> usize
fn size_in_bytes() -> usize
Returns the size in bytes.
pub trait SizeInBytes {
// Required method
fn size_in_bytes() -> usize;
}
Returns the size in bytes.