std: remove RtioStream
This commit is contained in:
parent
c0ec40f74b
commit
3067ee6373
1 changed files with 0 additions and 5 deletions
|
|
@ -81,11 +81,6 @@ pub trait IoFactory {
|
|||
Result<~[Path], IoError>;
|
||||
}
|
||||
|
||||
pub trait RtioStream {
|
||||
fn read(&mut self, buf: &mut [u8]) -> Result<uint, IoError>;
|
||||
fn write(&mut self, buf: &[u8]) -> Result<(), IoError>;
|
||||
}
|
||||
|
||||
pub trait RtioTcpListener : RtioSocket {
|
||||
fn listen(self) -> Result<~RtioTcpAcceptorObject, IoError>;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue