Trait clojurust::clojure::rust::objects::FnMethodNative::FnMethodNative[][src]

pub trait FnMethodNative: IObject {
    fn call(&self, args: &[Object]) -> ObjResult<Object>;
}

Required methods

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

Loading content...

Implementors

impl FnMethodNative for SFnMethodNative[src]

Loading content...