Searched defs:TubeResult (Results 1 – 5 of 5) sorted by relevance
31 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
28 ) -> base::TubeResult<()> { in send()
61 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
56 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
70 pub async fn send<T: serde::Serialize + Send + 'static>(&mut self, msg: T) -> TubeResult<()> { in send()