Struct olio::mem::MemAdviseError[][src]

pub struct MemAdviseError { /* fields omitted */ }

Possible error with libc::(posix_)madvise(), or other platform equivalent.

Implements std::error::Error and may be converted to an io::Error(Other).

Trait Implementations

impl Debug for MemAdviseError
[src]

Formats the value using the given formatter. Read more

impl From<MemAdviseError> for Error
[src]

Performs the conversion.

impl Display for MemAdviseError
[src]

Formats the value using the given formatter. Read more

impl Error for MemAdviseError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations