pub struct Debouncer<T: Watcher> { /* private fields */ }
Expand description

Debouncer guard, stops the debouncer on drop

Implementations

Stop the debouncer, waits for the event thread to finish. May block for the duration of one tick_rate.

Stop the debouncer, does not wait for the event thread to finish.

Access to the internally used notify Watcher backend

Trait Implementations

Executes the destructor for this type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.