pub type DebounceEventResult = Result<Vec<DebouncedEvent>, Error>;
Expand description

A result of debounced events. Comes with either a vec of events or an immediate error.