pub type HttpRange = Range<u64, _H>;Expand description
Start and inclusive-end range for HTTP range content
Aliased Type§
pub struct HttpRange {
pub start: u64,
pub end: u64,
pub _marker: PhantomData<_H>,
}Fields§
§start: u64§end: u64§_marker: PhantomData<_H>