pub trait DisputeCoordinatorContextTrait: SubsystemContext<Message = DisputeCoordinatorMessage, Signal = OverseerSignal, OutgoingMessages = DisputeCoordinatorOutgoingMessages, Error = SubsystemError>{
    type Sender: DisputeCoordinatorSenderTrait;
}
Expand description

Accumulative trait for a particular subsystem wrapper.

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§