Searched defs:TubeResult (Results 1 – 3 of 3) sorted by relevance
46 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
32 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()
61 pub async fn send<T: 'static + Serialize + Send + Sync>(&self, msg: T) -> TubeResult<()> { in send()