Trait FnMethodNative
clojurust::clojure::rust::objects::FnMethodNative
pub trait FnMethodNative: IObject { fn call(&self, args: &[Object]) -> ObjResult<Object>; }
fn call(&self, args: &[Object]) -> ObjResult<Object>
impl FnMethodNative for SFnMethodNative