Trait libcantal::NameVisitor [] [src]

pub trait NameVisitor {
    fn visit_pair(&mut self, key: &str, value: &str);
}

A structure used to serialize Name objects to submit to agent

Required Methods

Report a keyword name and value used to demark a metric

Implementors