Struct hotlib::Watch[][src]

pub struct Watch { /* fields omitted */ }
Expand description

Watches and re-builds the library upon changes to its source code.

Implementations

The path to the package’s Cargo.toml.

The path to the source directory being watched.

Wait for the library to be re-built after some change.

The same as next, but returns early if there are no pending events.

Manually retrieve the library’s package immediately without checking for file events.

This is useful for triggering an initial build during model initialisation.

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

Performs the conversion.

Performs the conversion.

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.