Trait experimental_reactive::reactive::Slot [] [src]

pub trait Slot<T> {
    fn push(&self, T) -> Result<()SlotError<T>>;
}

Required Methods

fn push(&self, T) -> Result<()SlotError<T>>

Implementors