pub trait GossipSupportContextTrait: SubsystemContext<Message = GossipSupportMessage, Signal = OverseerSignal, OutgoingMessages = GossipSupportOutgoingMessages, Error = SubsystemError>{
    type Sender: GossipSupportSenderTrait;
}
Expand description

Accumulative trait for a particular subsystem wrapper.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§