Type Alias hyper::body::body::DelayEofUntil

source ·
type DelayEofUntil = Receiver<Infallible>;

Aliased Type§

struct DelayEofUntil {
    inner: Arc<Inner<Infallible>, Global>,
}

Fields§

§inner: Arc<Inner<Infallible>, Global>