Trait quic_rpc::pattern::server_streaming::ServerStreamingMsg
source · pub trait ServerStreamingMsg<S: Service>: Msg<S, Pattern = ServerStreaming> {
type Response: Into<S::Res> + TryFrom<S::Res> + Send + 'static;
}
Expand description
Defines response type for a server streaming message.
Required Associated Types§
Object Safety§
This trait is not object safe.