Trait clojurust::clojure::rust::objects::Function::Function [−][src]
pub trait Function: IObject + CastFromSync { fn call(&self, args: &Object) -> ObjResult<Object>; fn get(&self, arity: usize) -> ObjResult<Object>; }