pub trait VectorAxisSettingMutPtrRemoveArgs<'largs> {
    fn exec(self, original_self: &'largs mut VectorAxisSettingMutPtr);
}
Expand description

This trait represents a set of arguments accepted by VectorAxisSettingMutPtr::remove method.

Required Methods§

Implementations on Foreign Types§

Implementors§