pub trait ChannelVersionOverride {
    fn channel_version(&self) -> Version;
}
Expand description

Facility for overriding the channel version

Required Methods

Implementors