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

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

The first stage of the graph's Session event.

Methods

impl<NI> SessionEvents<NI> where
    NI: NodeId
[src]

Important traits for Events<'a, NI>

All events that have occurred since the last

Transition from the SessionEvents into SessionNodes for instantiating nodes.

Auto Trait Implementations

impl<NI> Send for SessionEvents<NI>

impl<NI> Sync for SessionEvents<NI>