Trait clojurust::clojure::lang::objects::AFunction::AFunction[][src]

pub trait AFunction: AFn + IObj + Comparator + Serializable {
    fn __methodImplCache(&self) -> ObjResult<Object>;
}

Required methods

fn __methodImplCache(&self) -> ObjResult<Object>[src]

AFunction -> MethodImplCache

Loading content...

Implementors

Loading content...