[][src]Trait lep::FunMut

pub trait FunMut {
    fn invoke(&mut self, list: &Obj) -> Result<Obj, String>;
}

FunMut is an extension function object with side-effects.

Required methods

fn invoke(&mut self, list: &Obj) -> Result<Obj, String>

Loading content...

Implementors

Loading content...