pub trait Size: Copy + Eq + PartialEq + Display { // Required method fn as_usize(&self) -> usize; }
Returns the size (in bytes) of this page.