Home
last modified time | relevance | path

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

/external/crosvm/cros_async/src/sys/windows/
Dasync_types.rs46 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
/external/crosvm/cros_async/src/sys/unix/
Dasync_types.rs32 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> 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()