Function puff_rs::web::server::body_iter_bytes
source · pub fn body_iter_bytes<B: Into<Bytes> + 'static, I: IntoIterator<Item = Result<B, Error>>>(
chunks: I
) -> Bodywhere
<I as IntoIterator>::IntoIter: Send + 'static,