Type Alias bevy_asset::io::PathStream

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