pub trait ChannelVersionOverride {
    // Required method
    fn channel_version(&self) -> Version;
}Expand description
Facility for overriding the channel version
pub trait ChannelVersionOverride {
    // Required method
    fn channel_version(&self) -> Version;
}Facility for overriding the channel version