pub trait V5Config: Config {
type ChannelList: ListChannelInfos;
}
Expand description
Configs needed to run the V5 migration.
Required Associated Types§
Sourcetype ChannelList: ListChannelInfos
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.