Home
last modified time | relevance | path

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

/tonic/examples/src/routeguide/
H A Dserver.rs104 type RouteChatStream = Pin<Box<dyn Stream<Item = Result<RouteNote, Status>> + Send + 'static>>; typedef
109 ) -> Result<Response<Self::RouteChatStream>, Status> { in route_chat()