Trait libcantal::Visitor [] [src]

pub trait Visitor<'a> {
    fn metric(&mut self, name: &Name, value: &'a Value);
}

A trait used to enumerate a collection

Required Methods

Report a metric that belongs to a collection

Implementors