Enum cfrp::Event [] [src]

pub enum Event<A> {
    Changed(A),
    Unchanged,
    Exit,
}

Container for data as it flows across the topology

Variants

Changed
Unchanged
Exit

Trait Implementations

Derived Implementations

impl<A: Clone> Clone for Event<A>

fn clone(&self) -> Event<A>

fn clone_from(&mut self, source: &Self)