referrerpolicy=no-referrer-when-downgrade
polkadot_node_subsystem

Trait ChainSelectionContextTrait

pub trait ChainSelectionContextTrait: SubsystemContext<Message = ChainSelectionMessage, Signal = OverseerSignal, OutgoingMessages = ChainSelectionOutgoingMessages, Error = SubsystemError>{
    type Sender: ChainSelectionSenderTrait;
}
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§