Much work
This commit is contained in:
5
src/proto/ready.rs
Normal file
5
src/proto/ready.rs
Normal file
@@ -0,0 +1,5 @@
|
||||
use futures::{Sink, Poll};
|
||||
|
||||
pub trait ReadySink: Sink {
|
||||
fn poll_ready(&mut self) -> Poll<(), Self::SinkError>;
|
||||
}
|
||||
Reference in New Issue
Block a user