pub trait VectorAxisMutPtrMidArgs<'largs> {
    fn exec(self, original_self: &'largs VectorAxisMutPtr) -> VectorAxisMutPtr;
}
Expand description

This trait represents a set of arguments accepted by VectorAxisMutPtr::mid method.

Required Methods§

Implementations on Foreign Types§

Implementors§