Searched defs:SystemStream (Results 1 – 8 of 8) sorted by relevance
14 pub type SystemStream = UnixStream; typedef29 fn accept(&self) -> Result<SystemStream>; in accept()33 fn accept(&self) -> Result<SystemStream> { in accept()
9 pub type SystemStream = Tube; typedef
19 pub type SystemStream = Stub; typedef43 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
61 pub type SystemStream = File; typedef153 ) -> RutabagaResult<Option<SystemStream>> { in get_connection()
239 fn as_mut(&mut self) -> &mut SystemStream { in as_mut()
159 connection: Option<SystemStream>, in new()
96 pub fn from_stream(sock: SystemStream, max_queue_num: u64) -> Self { in from_stream()
553 pub fn from_stream(socket: SystemStream, backend: S) -> Self { in from_stream()