Enum persistent_array::Error [] [src]

pub enum Error {
    UnableToOpenFile(Error),
    WrongMagicBytes,
    WrongFileSize,
    WrongTypeId,
}

Variants

UnableToOpenFile(Error)WrongMagicBytesWrongFileSizeWrongTypeId

Trait Implementations

impl Debug for Error
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.