Struct rs_graph::attributed::AttributedAttrs
[−]
[src]
pub struct AttributedAttrs<Gx, Nx, Ex, Ax> { /* fields omitted */ }The default implementation of attributes.
The node, edge and biedge attributes are stored in vectors.
Trait Implementations
impl<Gx: Default, Nx: Default, Ex: Default, Ax: Default> Default for AttributedAttrs<Gx, Nx, Ex, Ax>[src]
fn default() -> AttributedAttrs<Gx, Nx, Ex, Ax>[src]
Returns the "default value" for a type. Read more