Struct cros_async::sys::unix::async_types::AsyncTube
source · Fields§
§inner: IoSource<Tube>
Implementations§
Methods from Deref<Target = Tube>§
pub fn try_clone_send_tube(&self) -> Result<SendTube, Error>
sourcepub fn try_clone(&self) -> Result<Tube, Error>
👎Deprecated
pub fn try_clone(&self) -> Result<Tube, Error>
DO NOT USE this method directly as it will become private soon (b/221484449). Use a directional Tube pair instead.