We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0ec40f commit 3067ee6Copy full SHA for 3067ee6
src/libstd/rt/rtio.rs
@@ -81,11 +81,6 @@ pub trait IoFactory {
81
Result<~[Path], IoError>;
82
}
83
84
-pub trait RtioStream {
85
- fn read(&mut self, buf: &mut [u8]) -> Result<uint, IoError>;
86
- fn write(&mut self, buf: &[u8]) -> Result<(), IoError>;
87
-}
88
-
89
pub trait RtioTcpListener : RtioSocket {
90
fn listen(self) -> Result<~RtioTcpAcceptorObject, IoError>;
91
0 commit comments