Enum validators::ValidatedCustomizedStringError [−][src]
pub enum ValidatedCustomizedStringError {
RegexError(Error),
NotMatch,
}Variants
RegexError(Error)NotMatch
Auto Trait Implementations
impl Send for ValidatedCustomizedStringError
impl Send for ValidatedCustomizedStringErrorimpl Sync for ValidatedCustomizedStringError
impl Sync for ValidatedCustomizedStringError