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

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

Required Methods§

Implementations on Foreign Types§

Implementors§