Type Alias bevy::asset::io::PathStream

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