Enum disk_utils::testing::TestFileError [] [src]

pub enum TestFileError {
    IoError(Error),
    ThreadError(Box<Any + Send + 'static>),
}

Variants

Trait Implementations

impl Debug for TestFileError
[src]

Formats the value using the given formatter.

impl From<Error> for TestFileError
[src]

Performs the conversion.

impl From<Box<Any + Send + 'static>> for TestFileError
[src]

Performs the conversion.