Enum probes::ProbeError[][src]

pub enum ProbeError {
    IO(Error),
    UnexpectedContent(String),
    InvalidInput(String),
}

Variants

Trait Implementations

impl Debug for ProbeError
[src]

Formats the value using the given formatter. Read more

impl From<Error> for ProbeError
[src]

Performs the conversion.

impl Display for ProbeError
[src]

Formats the value using the given formatter. Read more

impl Error for ProbeError
[src]

This method is soft-deprecated. Read more

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

Auto Trait Implementations

impl Send for ProbeError

impl Sync for ProbeError