Type Definition shuttle_rocket::ShuttleRocket
source · pub type ShuttleRocket = Result<RocketService, Error>;Expand description
The return type that should be returned from the [shuttle_runtime::main] function.
pub type ShuttleRocket = Result<RocketService, Error>;The return type that should be returned from the [shuttle_runtime::main] function.