pub trait DynFnMut: FnMutOfArgs<Self::ArgsTuple, DynFnMut = Self> {
    type ArgsTuple;
}

Associated Types

Implementations on Foreign Types

Implementors