pub trait VectorActionMutPtrLastIndexOfArgs<'largs> {
    unsafe fn exec(self, original_self: &'largs VectorActionMutPtr) -> c_int;
}
Expand description

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

Required Methods§

Implementations on Foreign Types§

Implementors§