Trait capnp::traits::IndexMove [] [src]

pub trait IndexMove<I, T> {
    fn index_move(&self, index: I) -> T;
}

Required Methods

Implementors