Module compound

Source
Expand description

Define a CompoundRuntime part that can be built from several component pieces.

Modules§

sealed 🔒
Module to seal RuntimeSubstExt

Structs§

CompoundRuntime
A runtime made of several parts, each of which implements one trait-group.
Inner 🔒
A collection of objects implementing that traits that make up a Runtime

Traits§

RuntimeSubstExt
Extension trait on Runtime: Construct new Runtimes that replace part of an original runtime.