Enum aflak_primitives::IOErr[][src]

pub enum IOErr {
    NotFound(String),
    FITSErr(String),
    UnexpectedInput(String),
    ShapeError(ShapeError),
}

Variants

Trait Implementations

impl Clone for IOErr
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IOErr
[src]

Formats the value using the given formatter. Read more

impl NamedAlgorithms<IOErr> for IOValue
[src]

Get a transform by name.

Auto Trait Implementations

impl Send for IOErr

impl Sync for IOErr