Searched refs:RouteChatStream (Results 1 – 2 of 2) sorted by relevance
104 type RouteChatStream = Pin<Box<dyn Stream<Item = Result<RouteNote, Status>> + Send + 'static>>; typedef109 ) -> Result<Response<Self::RouteChatStream>, Status> { in route_chat() argument130 Ok(Response::new(Box::pin(output) as Self::RouteChatStream)) in route_chat()
294 type RouteChatStream = Pin<Box<dyn Stream<Item = Result<RouteNote, Status>> + Send + 'static>>;299 ) -> Result<Response<Self::RouteChatStream>, Status> {486 type RouteChatStream =493 ) -> Result<Response<Self::RouteChatStream>, Status> {513 as Self::RouteChatStream))