Enum nessus::parser::Error [] [src]

pub enum Error {
    Xml(Error),
}

A set of errors that can occur

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.