pub trait MatStepTraitConst {
    fn as_raw_MatStep(&self) -> *const c_void;

    fn get(&self, i: i32) -> size_t { ... }
    fn to_size_t(&self) -> Result<size_t> { ... }
}

Required Methods§

Provided Methods§

Implementors§