Enum aflak_primitives::ExportError[][src]

pub enum ExportError {
    IOError(Error),
    NotImplemented(&'static str),
}

Variants

Trait Implementations

impl Debug for ExportError
[src]

Formats the value using the given formatter. Read more

impl Display for ExportError
[src]

Formats the value using the given formatter. Read more

impl Error for ExportError
[src]

description is deprecated. See https://github.com/rust-lang/rust/issues/44842 Implement for compilation to succeed on older compilers.

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

Auto Trait Implementations

impl Send for ExportError

impl Sync for ExportError