pub trait SizedBodyStream: Read + Seek + Send + 'static { }
blocking
Trait for seekable blocking body streams with a known size.