Struct conrod::widget::graph::Edge [] [src]

pub struct Edge<'a, NI: NodeId> { /* fields omitted */ }

A context for an edge yielded during the edge instantiation stage.

Tyis type can

Methods

impl<'a, NI> Edge<'a, NI> where
    NI: NodeId
[src]

[src]

The start (or "input") for the edge.

This is described via the node's Id and the position of its output socket.

[src]

The end (or "output") for the edge.

This is described via the node's Id and the position of its input socket.

[src]

The start and end sockets.

[src]

Specify the widget to use