pub trait SlotOffset {
    // Required method
    fn offset() -> usize;
}

Required Methods§

Implementors§