pub trait SizeOf { // Required method fn size_of(&self) -> usize; }
A trait to determine the size of a struct
Get the size of a struct