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