pub trait BitfieldDistributionContextTrait: SubsystemContext<Message = BitfieldDistributionMessage, Signal = OverseerSignal, OutgoingMessages = BitfieldDistributionOutgoingMessages, Error = SubsystemError>{
    type Sender: BitfieldDistributionSenderTrait;
}
Expand description

Accumulative trait for a particular subsystem wrapper.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§