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