Trait lep::FunMut[][src]

pub trait FunMut {
    fn invoke(&mut self, list: &Obj) -> Res;
}
Expand description

FunMut is an extension function object with side-effects.

Required methods

Implementors