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

pub trait Callable {
    fn call(&self) -> ObjResult<Object>;
}

Required methods

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

Loading content...

Implementors

impl Callable for SPersistentHashMap[src]

impl Callable for SPersistentHashSet[src]

Loading content...