pub trait Check { // Provided method fn check_version(self) -> Result<Option<Version>> where Self: Sized { ... } }
Checks for a new version in the registry.