pub trait IdSize { // Required method fn size() -> usize; }
Trait evaluates the size of an id.
Returns the number of bytes needed to store the id.