pub trait HasPos { // Required method fn pos(&self) -> usize; }
Implemented by slab weight / span-weight types that carry a cumulative item count.