Function stremio_core::models::player::next_streams_update
source ยท fn next_streams_update<E>(
next_streams: &mut Option<ResourceLoadable<Vec<Stream>>>,
next_video: &Option<Video>,
selected: &Option<Selected>,
) -> Effectswhere
E: Env + 'static,