pub trait RuntimeApiSenderTrait: SubsystemSender<RuntimeApiOutgoingMessages> + SubsystemSender<()> + Send + 'static { }
Expand description

A abstracting trait for usage with subsystems.

Implementors§