Enum etherparse::WriteError[][src]

pub enum WriteError {
    IoError(Error),
    ValueError(ValueError),
}

Errors that can occur when writing.

Variants

Error in the data that was given to write

Trait Implementations

impl Debug for WriteError
[src]

Formats the value using the given formatter. Read more

impl From<ValueError> for WriteError
[src]

Performs the conversion.

impl From<Error> for WriteError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for WriteError

impl Sync for WriteError