Enum rocket::Ignite [−][src]
pub enum Ignite {}Expand description
The second launch Phase: post-build but pre-orbit.
An instance of Rocket in this phase is typed as Rocket<Ignite> and
represents a fully built and finalized application server ready for
launch into orbit. See Rocket for full details.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Igniteimpl UnwindSafe for Ignite