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

A abstracting trait for usage with subsystems.

Implementors§