Trait government_id::Validate [] [src]

pub trait Validate {
    fn is_valid(&self) -> ValidResult;
}

This contract describes the requirements to check for correctness.

Required Methods

Implementors