Enum vm_info::mapped_region::Error [] [src]

pub enum Error {
    ParseFailed,
    IoError(Error),
}

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<ParseIntError> for Error
[src]

[src]

Performs the conversion.