Struct benzene::Communication [] [src]

pub struct Communication<Context, Event> {
    pub context: Signal<Context>,
    pub events: Stream<Event>,
}

Fields

Trait Implementations

impl<Context: Clone, Event: Clone> Clone for Communication<Context, Event>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more