Struct tantivy::directory::error::IOError [] [src]

pub struct IOError { /* fields omitted */ }

General IO error with an optional path to the offending file.

Trait Implementations

impl From<IOError> for Error
[src]

[src]

Performs the conversion.

impl Debug for IOError
[src]

[src]

Formats the value using the given formatter. Read more

impl Display for IOError
[src]

[src]

Formats the value using the given formatter. Read more

impl StdError for IOError
[src]

[src]

A short description of the error. Read more

[src]

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

impl From<Error> for IOError
[src]

[src]

Performs the conversion.

impl From<IOError> for OpenWriteError
[src]

[src]

Performs the conversion.

impl From<IOError> for OpenReadError
[src]

[src]

Performs the conversion.

impl From<IOError> for DeleteError
[src]

[src]

Performs the conversion.