Expand description
Define a CompoundRuntime
part that can be built from several component
pieces.
Modules§
- sealed 🔒
- Module to seal RuntimeSubstExt
Structs§
- Compound
Runtime - 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§
- Runtime
Subst Ext - Extension trait on Runtime: Construct new Runtimes that replace part of an original runtime.