Enum convo::error::ExportError[][src]

pub enum ExportError {
    IO(Error),
    Emit(EmitError),
    Validation(TreeError),
}
Expand description

An ExportError is a category of errors returned by exporter functions that returns Results.

Variants

IO(Error)

An error caused when IO issues occur during exporting.

Emit(EmitError)

An error caused when YAML is unable to be emitted.

Validation(TreeError)

An error caused when a tree is not considered legal to export. See also: validation rules.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Performs the conversion.

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.