fn update(&mut self, message: Self::Message) -> Option<Exit<P>>;
/// Handle recurring tick.
fn tick(&self);
fn tick(&mut self);
}
/// The `Store` updates the applications' state concurrently. It handles