Trait cfrp::Push [] [src]

pub trait Push<A> {
    fn push(&mut self, _: Event<A>);
}

Types which can receive incoming data from other signals

Required Methods

Implementors