referrerpolicy=no-referrer-when-downgrade
polkadot_node_subsystem

Trait CandidateBackingContextTrait

pub trait CandidateBackingContextTrait: SubsystemContext<Message = CandidateBackingMessage, Signal = OverseerSignal, OutgoingMessages = CandidateBackingOutgoingMessages, Error = SubsystemError>{
    type Sender: CandidateBackingSenderTrait;
}
Expand description

Accumulative trait for a particular subsystem wrapper.

Required Associated Types§

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§