ComputableSizedVecOwner

Trait ComputableSizedVecOwner 

Source
pub trait ComputableSizedVecOwner<V> {
    // Required methods
    fn computable_vec(&self) -> &ComputableSizedVec<V>;
    fn compute(&self, index: usize) -> AsmResult<V>;
}

Required Methods§

Source

fn computable_vec(&self) -> &ComputableSizedVec<V>

Source

fn compute(&self, index: usize) -> AsmResult<V>

Implementors§