Skip to main content

Startable

Trait Startable 

Source
pub trait Startable: Sealed { }
Expand description

Lifecycle states from which the application tasks can be started (Initialized, Stopped).

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§