Trait RuntimeKit

Source
pub trait RuntimeKit:
    Executor
    + Reactor
    + Debug { }
Expand description

Supertrait to tag a type that implements all required components for a Runtime

Implementors§