[][src]Trait mindwiki_core::Relation

pub trait Relation {
    fn parents(&self) -> HashSet<Uuid>;
fn children(&self) -> HashSet<Uuid>;
fn sources(&self) -> HashSet<Uuid>; }

Required methods

fn parents(&self) -> HashSet<Uuid>

fn children(&self) -> HashSet<Uuid>

fn sources(&self) -> HashSet<Uuid>

Loading content...

Implementors

Loading content...