Struct experimental_reactive::activator::ConnectedActivator [] [src]

pub struct ConnectedActivator<T, S, U>(_, _, _)
where
    S: Source<T>,
    U: Slot<T>
;

Fully connected activator

Methods

impl<T, S, U> ConnectedActivator<T, S, U> where
    S: Source<T>,
    U: Slot<T>, 
[src]

transfer portion of data from connected Source to Slot