1 2 3 4 5
use puzz_core::body::StreamBody; pub fn stream<S>(stream: S) -> StreamBody<S> { StreamBody::new(stream) }