use core Never type
This commit is contained in:
parent
90469e3fbd
commit
5cd28a6cdc
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue