Trait bevy_asset::io::AssetWatcher
source · 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.