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

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