Struct io_tools::error::IOError[][src]

pub struct IOError { /* fields omitted */ }

Methods

impl IOError
[src]

Trait Implementations

impl Debug for IOError
[src]

Formats the value using the given formatter. Read more

impl From<Utf8Error> for IOError
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for IOError

impl Sync for IOError