Home
last modified time | relevance | path

Searched defs:TubeResult (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/cros_async/src/sys/linux/
Dasync_types.rs31 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
/external/crosvm/base_tokio/src/sys/linux/
Dtube.rs28 ) -> base::TubeResult<()> { in send()
/external/crosvm/cros_async/src/
Dasync_types.rs61 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
/external/crosvm/cros_async/src/sys/windows/
Dasync_types.rs56 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
/external/crosvm/base_tokio/src/sys/windows/
Dtube.rs70 pub async fn send<T: serde::Serialize + Send + 'static>(&mut self, msg: T) -> TubeResult<()> { in send()