Type Alias Runtime

Source
pub type Runtime = GenericRuntime<(), ()>;
Expand description

A type containing the Runtime::new_* constructor methods to create the appropriate runtime:

Aliased Typeยง

struct Runtime { /* private fields */ }