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

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

Required Methods§

Implementations on Foreign Types§

Implementors§