pub trait AssetWatcher:
Send
+ Sync
+ 'static { }Expand description
A handle to an “asset watcher” process, that will listen for and emit AssetSourceEvent values for as long as
AssetWatcher has not been dropped.
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".