Trait namable_closures::stable_fn::StableFnOnce[][src]

pub trait StableFnOnce<Input> {
    type Output;
    fn stable_call_once(self, args: Input) -> Self::Output;
}

Replicates the Fn traits for stable build

Associated Types

Required Methods

Implementors