pub trait UnsizedBodyStream: Read + Send + 'static { }
blocking
Trait for unsized blocking body streams that do not support seeking.