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>; }

Required methods

fn call(&self, args: &Object) -> ObjResult<Object>[src]

fn get(&self, arity: usize) -> ObjResult<Object>[src]

Loading content...

Implementors

impl Function for SFunction[src]

Loading content...