Enum fswatch::FswError [] [src]

pub enum FswError {
    FromFsw(FswStatus),
    NulError(NulError),
    MissingRequiredParameters,
}

An error in the library.

Variants

An error from fswatch.

An error encountered when working with C strings.

An error indicating that required parameters were missing.

Trait Implementations

impl Debug for FswError
[src]

Formats the value using the given formatter.

impl PartialEq for FswError
[src]

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

This method tests for !=.