Struct fann::FannError [] [src]

pub struct FannError {
    pub error_type: FannErrorType,
    pub error_str: String,
}

Fields

Methods

impl FannError
[src]

Returns an Err if the previous operation on errdat has resulted in an error, otherwise Ok(()).

Trait Implementations

impl Clone for FannError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for FannError
[src]

Formats the value using the given formatter.

impl Eq for FannError
[src]

impl PartialEq for FannError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Display for FannError
[src]

Formats the value using the given formatter. Read more

impl Error for FannError
[src]

A short description of the error. Read more

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