Trait polkadot_overseer::ChainApiContextTrait

source ·
pub trait ChainApiContextTrait: SubsystemContext<Message = ChainApiMessage, Signal = OverseerSignal, OutgoingMessages = ChainApiOutgoingMessages, Error = SubsystemError>{
    type Sender: ChainApiSenderTrait;
}
Expand description

Accumulative trait for a particular subsystem wrapper.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§