Trait polkadot_overseer::ChainApiSenderTrait

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

A abstracting trait for usage with subsystems.

Object Safety§

This trait is not object safe.

Implementors§