[][src]Trait kg_tree::opath::OpathCache

pub trait OpathCache {
    fn get(&mut self, n: &NodeRef) -> &Opath;
fn contains(&mut self, n: &NodeRef) -> bool;
fn len(&self) -> usize; }

Required methods

fn get(&mut self, n: &NodeRef) -> &Opath

fn contains(&mut self, n: &NodeRef) -> bool

fn len(&self) -> usize

Loading content...

Implementors

impl OpathCache for NodePathCache[src]

impl OpathCache for NodePathLruCache[src]

Loading content...