[][src]Trait reactive_state::StoreEvent

pub trait StoreEvent {
    fn none() -> Self;
fn is_none(&self) -> bool; }

An Event to be produced by a Store.

Required methods

fn none() -> Self

Produces an empty/None variant of this event which returns true when calling StoreEvent::is_none().

fn is_none(&self) -> bool

Returns true if this event is considered empty/None.

Loading content...

Implementations on Foreign Types

impl StoreEvent for ()[src]

Loading content...

Implementors

Loading content...