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

Facility for overriding the channel version

Required Methods§

Implementors§