Skip to main content

Startup

Type Alias Startup 

Source
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 */ }