macro_rules! create_minimal_runtime {
    ($name:ident) => { ... };
    ($name:ident, $chain_extension: ty) => { ... };
}
Expand description

Macro creating a minimal runtime with the given name. Optionally can take a chain extension type as a second argument.

The new macro will automatically implement drink::Runtime.