Trait CheckVersionValidityForIntegrity

Source
pub trait CheckVersionValidityForIntegrity {
    type Error;

    // Required method
    fn check_version_validity_for_integrity(&self) -> Result<(), Self::Error>;
}

Required Associated Types§

Required Methods§

Source

fn check_version_validity_for_integrity(&self) -> Result<(), Self::Error>

Ensures that the version field is valid for integrity purposes

Implementors§