Struct experimental_reactive::activator::Activator [] [src]

pub struct Activator<T, S, U> where
    S: Slot<T>,
    U: Source<T>, 
{ /* fields omitted */ }

Methods

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

Trait Implementations

impl<'a, T, S, U> Signal<T, S> for &'a mut Activator<T, S, U> where
    S: Slot<T>,
    U: Source<T>, 
[src]

impl<'a, T, S, U> Sink<T, U> for &'a mut Activator<T, S, U> where
    S: Slot<T>,
    U: Source<T>, 
[src]