Type Alias bevy_asset::io::PathStream

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