ExtVersionProcessor

Trait ExtVersionProcessor 

Source
pub trait ExtVersionProcessor {
    // Required method
    fn supported_version(&mut self, _: Version) -> bool;
}
Expand description

Downstream Supported Versions Processor

Required Methods§

Source

fn supported_version(&mut self, _: Version) -> bool

Implementors§