Struct cocaine::GraphNode [] [src]

pub struct GraphNode {
    pub event: String,
    pub rx: Option<HashMap<u64, GraphNode>>,
}

Describes a protocol graph node.

Fields

Event name.

Optional downstream protocol description.

Trait Implementations

impl Clone for GraphNode
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for GraphNode
[src]

[src]

Formats the value using the given formatter.