Enum perseus_cli::errors::WatchError [−][src]
pub enum WatchError {
WatcherSetupFailed {
source: Error,
},
ReadCurrentDirFailed {
source: Error,
},
ReadDirEntryFailed {
source: Error,
},
WatchFileFailed {
filename: String,
source: Error,
},
WatcherError {
source: RecvError,
},
SpawnSelfFailed {
source: Error,
},
GetSelfPathFailed {
source: Error,
},
}Variants
WatcherSetupFailed
Fields
source: ErrorReadCurrentDirFailed
Fields
source: ErrorReadDirEntryFailed
Fields
source: ErrorWatchFileFailed
WatcherError
Fields
source: RecvErrorSpawnSelfFailed
Fields
source: ErrorGetSelfPathFailed
Fields
source: ErrorTrait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for WatchError
impl Send for WatchError
impl Sync for WatchError
impl Unpin for WatchError
impl !UnwindSafe for WatchError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
