pub type Startup = Pin<Box<dyn Future<Output = Result<Arc<DefaultTransactionRuntime>, StartupError>> + Send + 'static>>;Expand description
Startup future type.
Aliased Typeยง
pub struct Startup { /* private fields */ }pub type Startup = Pin<Box<dyn Future<Output = Result<Arc<DefaultTransactionRuntime>, StartupError>> + Send + 'static>>;Startup future type.
pub struct Startup { /* private fields */ }