Trait td_rlua::functions::FunctionExt [] [src]

pub trait FunctionExt<P> {
    type Output;
    fn call_mut(&mut self, params: P) -> Self::Output;
}

Trait implemented on Function to mimic FnMut.

Associated Types

Required Methods

Implementors