Struct fera_graph::params::NewVertexProp [] [src]

pub struct NewVertexProp<'a, G: 'a, T>(pub &'a G, pub T);

Trait Implementations

impl<'a, G, T> ParamDerefMut for NewVertexProp<'a, G, T> where
    G: 'a + WithVertexProp<T>,
    T: Clone
[src]

[src]