pub trait RuntimeKit:
Executor
+ Reactor
+ Debug { }
Expand description
Supertrait to tag a type that implements all required components for a Runtime
pub trait RuntimeKit:
Executor
+ Reactor
+ Debug { }
Supertrait to tag a type that implements all required components for a Runtime