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
|
Receiver
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
use futures3::Never;
|
||||||
use odds::vec::VecExt;
|
use odds::vec::VecExt;
|
||||||
|
|
||||||
use crate::chunk::Chunk;
|
use crate::chunk::Chunk;
|
||||||
|
|
||||||
pub enum Never {}
|
|
||||||
|
|
||||||
/// A collection of listeners to a stream of WebM chunks.
|
/// A collection of listeners to a stream of WebM chunks.
|
||||||
/// Sending a chunk may fail due to a client being disconnected,
|
/// Sending a chunk may fail due to a client being disconnected,
|
||||||
/// or simply failing to keep up with the stream buffer. In either
|
/// or simply failing to keep up with the stream buffer. In either
|
||||||
|
|
Loading…
Reference in a new issue