Struct gantz::node::Node[][src]

pub struct Node {
    pub state: Box<State>,
}

The Node type stored within the Graph.

Fields

Trait Implementations

impl Deref for Node
[src]

The resulting type after dereferencing.

Dereferences the value.

impl DerefMut for Node
[src]

Mutably dereferences the value.

Auto Trait Implementations

impl !Send for Node

impl !Sync for Node