Trait fera_graph::traverse::Counter [] [src]

pub trait Counter {
    fn add1(&mut self);
}

Required Methods

Implementors