pub trait HasSize { // Required method fn size(&self) -> usize; }
Memory objects that have a length in bytes.
Returns the size of the memory object in bytes.