Enum syslog5424::Error[][src]

pub enum Error {
    FieldEmpty,
    FieldTooLong,
    InvalidCharacters,
}

Errors returned when verifying validity of metadata

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl Copy for Error
[src]

impl Clone for Error
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations

impl Send for Error

impl Sync for Error