pub trait DisputeDistributionContextTrait: SubsystemContext<Message = DisputeDistributionMessage, Signal = OverseerSignal, OutgoingMessages = DisputeDistributionOutgoingMessages, Error = SubsystemError>{
    type Sender: DisputeDistributionSenderTrait;
}
Expand description

Accumulative trait for a particular subsystem wrapper.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§