Struct nannou::ui::prelude::widget::graph::State[][src]

pub struct State<NI> where
    NI: NodeId
{ /* fields omitted */ }

Unique state for the Graph.

Auto Trait Implementations

impl<NI> Send for State<NI>

impl<NI> Sync for State<NI>