Enum elastic_types_derive_internals::elastic_type::DeriveElasticTypeError []

pub enum DeriveElasticTypeError {
    InvalidInput,
}

Variants

Trait Implementations

impl Debug for DeriveElasticTypeError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for DeriveElasticTypeError

Formats the value using the given formatter. Read more

impl Error for DeriveElasticTypeError

A short description of the error. Read more

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

Auto Trait Implementations