pub trait Semver { // Required method fn semver(&self) -> Version; }
version
Returns the semver version.
Panics if the version is not a valid semver.