Trait clojurust::clojure::rust::objects::Indexed::Indexed [−][src]
pub trait Indexed: IObject + Counted { fn nth_1(&self, i: usize) -> ObjResult<Object>; fn nth_2(&self, i: usize, notFound: Object) -> ObjResult<Object>; }
Required methods
fn nth_1(&self, i: usize) -> ObjResult<Object>
[src]
Indexed -> usize -> Object
fn nth_2(&self, i: usize, notFound: Object) -> ObjResult<Object>
[src]
Indexed -> usize -> Object -> Object