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

A abstracting trait for usage with subsystems.

Implementors§