pub type PhoneError = FieldError<PhoneRule>;
pub enum PhoneError { InvalidFormat(PhantomData<PhoneRule>), }