Searched refs:BoxStream (Results 1 – 4 of 4) sorted by relevance
12 type BoxStream<T> = Pin<Box<dyn Stream<Item = Result<T, Status>> + Send + 'static>>; typedef31 type ServerStreamStream = BoxStream<Output>;
20 pub type BoxStream<T> = typedef
9 use tonic::codegen::BoxStream;38 type StreamCallStream = BoxStream<Output1>; in multiple_service_using_routes_builder()
301 … -> std::result::Result<tonic::Response<BoxStream<#res_message>>, tonic::Status> { in generate_trait_methods()326 … -> std::result::Result<tonic::Response<BoxStream<#res_message>>, tonic::Status> { in generate_trait_methods()512 quote!(type ResponseStream = BoxStream<#response>) in generate_server_streaming()637 quote!(type ResponseStream = BoxStream<#response>) in generate_streaming()