Type Alias goodmetrics::downstream::ChannelType

source ·
pub type ChannelType = Buffer<BoxService<Request<BoxBody>, Response<Body>, Error>, Request<BoxBody>>;
Expand description

Type alias for internal channel type

Aliased Type§

struct ChannelType { /* private fields */ }