bevy_asset::io

Type Alias PathStream

source
pub type PathStream = dyn Stream<Item = PathBuf> + Unpin + Send;