Home
last modified time | relevance | path

Searched refs:ServerIoStream (Results 1 – 2 of 2) sorted by relevance

/tonic/tonic/src/transport/server/
H A Dio_stream.rs26 pub(crate) struct ServerIoStream<S, IO, IE> struct
36 impl<S, IO, IE> ServerIoStream<S, IO, IE> implementation
69 impl<S, IO, IE> Stream for ServerIoStream<S, IO, IE> implementation
H A Dmod.rs666 let incoming = io_stream::ServerIoStream::new( in serve_internal()