Macro create_runtime

Source
macro_rules! create_runtime {
    ($response:ty, $transport:ty, $env:ty, $out:ty, $err:ty, $ver:expr, $init:ident) => { ... };
}
Expand description

Creates a crate::runtime::DefaultRuntime with the given response, transport, env, out, err types as well as version and initializer.