referrerpolicy=no-referrer-when-downgrade
polkadot_overseer

Trait ProspectiveParachainsContextTrait

Source
pub trait ProspectiveParachainsContextTrait: SubsystemContext<Message = ProspectiveParachainsMessage, Signal = OverseerSignal, OutgoingMessages = ProspectiveParachainsOutgoingMessages, Error = SubsystemError>{
    type Sender: ProspectiveParachainsSenderTrait;
}
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§