Trait ext4_view::IoError

source ·
pub trait IoError:
    Any
    + Debug
    + Display
    + Send
    + Sync { }
Expand description

Underlying error type for Ext4Error::Io.

Implementations on Foreign Types§

source§

impl IoError for Error

Available on crate feature std only.

Implementors§