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

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

Required Methods§

Implementations on Foreign Types§

Implementors§