use core Never type

This commit is contained in:
Tangent 128 2019-10-08 21:44:37 -04:00
parent 90469e3fbd
commit 5cd28a6cdc
1 changed files with 1 additions and 2 deletions

View File

@ -14,12 +14,11 @@ use futures::{
Receiver
}
};
use futures3::Never;
use odds::vec::VecExt;
use crate::chunk::Chunk;
pub enum Never {}
/// A collection of listeners to a stream of WebM chunks.
/// Sending a chunk may fail due to a client being disconnected,
/// or simply failing to keep up with the stream buffer. In either