pub trait VarintSizeHint { // Required method fn varint_size(self) -> usize; }
Varuint size hinting trait