Metadata

Trait Metadata 

Source
pub trait Metadata {
    // Required method
    fn record(&self, node: &Node);
}

Required Methods§

Source

fn record(&self, node: &Node)

Implementations on Foreign Types§

Source§

impl Metadata for ()

Source§

fn record(&self, _: &Node)

Implementors§