Skip to main content

LifecycleRx

Type Alias LifecycleRx 

Source
pub type LifecycleRx = UnboundedReceiver<LifecycleEvent>;
Expand description

Receiver side of the lifecycle channel.

Aliased Typeยง

pub struct LifecycleRx { /* private fields */ }