bevy_asset::io

Trait 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.

Implementors§