Searched refs:ResponseBodyKind (Results 1 – 1 of 1) sorted by relevance
216 kind: ResponseBodyKind<B>,221 enum ResponseBodyKind<B> { enum227 fn new(kind: ResponseBodyKind<B>) -> Self { in new()232 Self::new(ResponseBodyKind::Empty) in empty()236 Self::new(ResponseBodyKind::Wrap(body)) in wrap()256 ResponseBodyKind::Empty => http_body::SizeHint::with_exact(0), in size_hint()257 ResponseBodyKind::Wrap(body) => body.size_hint(), in size_hint()263 ResponseBodyKind::Empty => true, in is_end_stream()264 ResponseBodyKind::Wrap(body) => body.is_end_stream(), in is_end_stream()