Struct namable_closures::closure_rec::ClosureRecMut[][src]

pub struct ClosureRecMut<'a, State, Input, Output> where
    State: 'a, 
{ /* fields omitted */ }

Methods

impl<'a, State, Input, Output> ClosureRecMut<'a, State, Input, Output>
[src]

Trait Implementations

impl<'a, State, Input, Output> StableFnOnce<Input> for ClosureRecMut<'a, State, Input, Output>
[src]

impl<'a, State, Input, Output> StableFnMut<Input> for ClosureRecMut<'a, State, Input, Output>
[src]

Auto Trait Implementations

impl<'a, State, Input, Output> Send for ClosureRecMut<'a, State, Input, Output> where
    State: Send

impl<'a, State, Input, Output> Sync for ClosureRecMut<'a, State, Input, Output> where
    State: Sync