Trait namable_closures::stable_fn::StableFnMut[][src]

pub trait StableFnMut<Input>: StableFnOnce<Input> {
    fn stable_call_mut(&mut self, args: Input) -> Self::Output;
}

Replicates the Fn traits for stable build

Required Methods

Implementors