Enum find_mountpoint::Error [] [src]

pub enum Error {
    Ffi(NulError),
    Io(Error),
    S(String),
}

Variants

Trait Implementations

impl Debug for Error
[src]

Formats the value using the given formatter.

impl From<NulError> for Error
[src]

Performs the conversion.

impl From<Error> for Error
[src]

Performs the conversion.

impl From<String> for Error
[src]

Performs the conversion.