Trait hetseq::HetFnMut [] [src]

pub trait HetFnMut<A>: HetFnOnce<A> {
    fn call_mut(&mut self, arg: A) -> Self::Output;
}

Substitution for FnMut trait family in stable and beta channels In nightly consider to use "nightly" feature and FnMut trait family

Required Methods

Call the function

Implementors