pub trait Versioned { type Error: Debug; // Required method fn version(&self) -> Result<Version, Self::Error>; }