pub trait SizedBodyStream: AsyncRead + AsyncSeek + Send + 'static { }
async
Trait for seekable async body streams with a known size.