Enum fswatch_sys::FswError [] [src]

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

An error in the library. FromFsw denotes an error stemming from fswatch, rather than this library.

Variants

Trait Implementations

impl Debug for FswError
[src]

Formats the value using the given formatter.