[][src]Trait kg_tree::Primitive

pub trait Primitive: Clone {
    fn get(node: &NodeRef) -> Self;
fn empty() -> Self; }

Required methods

fn get(node: &NodeRef) -> Self

fn empty() -> Self

Loading content...

Implementations on Foreign Types

impl Primitive for String[src]

impl Primitive for PathBuf[src]

impl Primitive for f64[src]

impl Primitive for bool[src]

Loading content...

Implementors

Loading content...