Struct nannou::ui::widget::graph::Edge[][src]

pub struct Edge<'a, NI> where
    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]

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

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

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

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

The start and end sockets.

Specify the widget to use

Auto Trait Implementations

impl<'a, NI> Send for Edge<'a, NI>

impl<'a, NI> Sync for Edge<'a, NI> where
    NI: Sync