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.
pub trait AssetWatcher:
Send
+ Sync
+ 'static { }
A handle to an “asset watcher” process, that will listen for and emit AssetSourceEvent
values for as long as
AssetWatcher
has not been dropped.