Enum cfrp::Event [] [src]

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

Container for data as it flows across the topology

Variants

Trait Implementations

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

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more