pub trait Size { // Required method fn size(&self) -> u32; }
Anything that has size.
Return size of this object (in bytes).