Struct fera_graph::traverse::StampTime [] [src]

pub struct StampTime<'a, T: 'a, P: 'a>(pub &'a Time<T>, pub &'a mut P);

Trait Implementations

impl<'a, G, T, P> VisitVertex<G> for StampTime<'a, T, P> where
    G: WithEdge,
    T: Copy + Counter,
    P: VertexPropMut<G, T>, 
[src]

[src]