Enum elastic_types_derive_internals::date_format::DeriveDateFormatError []

pub enum DeriveDateFormatError {
    InvalidInput,
    MissingFormat,
    InvalidFormat(NomError),
}

Variants

Trait Implementations

impl Debug for DeriveDateFormatError
[src]

[src]

Formats the value using the given formatter.

impl Display for DeriveDateFormatError

Formats the value using the given formatter. Read more

impl Error for DeriveDateFormatError

A short description of the error. Read more

The lower-level cause of this error, if any. Read more

impl From<NomError> for DeriveDateFormatError

Performs the conversion.