Trait clojurust::clojure::rust::objects::Map::Entry[][src]

pub trait Entry: IObject {
    fn getKey(&self) -> ObjResult<Object>;
fn getValue(&self) -> ObjResult<Object>; }

Required methods

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

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

Loading content...

Implementors

Loading content...