1 2 3 4 5 6
pub trait Versioned { const MIN_MAJOR: u16; const MIN_MINOR: u16; const MAX_MAJOR: u16; const MAX_MINOR: u16; }