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

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