Macro WatchErrorUnknown
macro_rules! WatchErrorUnknown {
() => { ... };
}
Expand description
Pattern that matches an unknown WatchError
member.
macro_rules! WatchErrorUnknown {
() => { ... };
}
Pattern that matches an unknown WatchError
member.