referrerpolicy=no-referrer-when-downgrade

Trait V5Config

Source
pub trait V5Config: Config {
    type ChannelList: ListChannelInfos;
}
Expand description

Configs needed to run the V5 migration.

Required Associated Types§

Source

type ChannelList: ListChannelInfos

List all outbound channels with their target ParaId and maximum message size.

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§