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