pub type Request<Marker> = <<Marker as ProtocolMarker>::RequestStream as TryStream>::Ok;
Expand description
The Request type associated with a Marker.
pub type Request<Marker> = <<Marker as ProtocolMarker>::RequestStream as TryStream>::Ok;
The Request type associated with a Marker.