Skip to main content

HasPos

Trait HasPos 

Source
pub trait HasPos {
    // Required method
    fn pos(&self) -> usize;
}
Expand description

Implemented by slab weight / span-weight types that carry a cumulative item count.

Required Methods§

Source

fn pos(&self) -> usize

Implementors§