pub trait ReceiveIdxNoSpace<Idx, O> {
    // Required method
    fn push(self, idx: Idx) -> O;
}

Required Methods§

source

fn push(self, idx: Idx) -> O

Implementors§