diff --git a/src/channel.rs b/src/channel.rs index c5e6e01..ed10c5f 100644 --- a/src/channel.rs +++ b/src/channel.rs @@ -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