Enum cfrp::Event [] [src]

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

Container for data as it flows across the topology

Variants

Changed(A)UnchangedExit

Trait Implementations

impl<A: Clone> Clone for Event<A>
[src]

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

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more