Trait core_extensions::callable::CallRef[][src]

pub trait CallRef<Params>: CallMut<Params> {
    fn call_ref(&self, params: Params) -> Self::Returns;
}

implementable version of ::std::ops::Fn.

Required Methods

calls this function

Implementors