pub trait RuntimeApiSenderTrait: SubsystemSender<RuntimeApiOutgoingMessages> + SubsystemSender<()> + Send + 'static { }
Expand description
A abstracting trait for usage with subsystems.
Object Safety§
This trait is not object safe.
pub trait RuntimeApiSenderTrait: SubsystemSender<RuntimeApiOutgoingMessages> + SubsystemSender<()> + Send + 'static { }
A abstracting trait for usage with subsystems.