pub trait MatchSize { // Required method fn size(&self) -> usize; }
Size of the matchable object.
Returns the size of the matchable object.
Implement the MatchSize trait for the token number.
MatchSize