pub trait Offset { // Required method fn to_usize(&self) -> usize; }
A common offset methods.
Converts the offset to usize.
usize