Enum vtkio::Error[][src]

pub enum Error {
    IO(Error),
    Parse(ErrorKind<u32>),
    Unknown,
}

Error type for Import/Export operations.

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter. Read more

impl From<Error> for Error
[src]

Convert std::io error into vtkio error.

Performs the conversion.

impl From<Error> for Error
[src]

Convert vtkio error into std::io error.

Performs the conversion.

Auto Trait Implementations

impl Send for Error

impl Sync for Error