Trait namable_closures::stable_fn::StableFn[][src]

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

Replicates the Fn traits for stable build

Required Methods

Implementors