Struct http_range_client::BufferedHttpRangeClient [−][src]
pub struct BufferedHttpRangeClient { /* fields omitted */ }
Expand description
HTTP client for HTTP Range requests with a buffer optimized for sequential requests
Implementations
Auto Trait Implementations
impl !RefUnwindSafe for BufferedHttpRangeClient
impl Send for BufferedHttpRangeClient
impl Sync for BufferedHttpRangeClient
impl Unpin for BufferedHttpRangeClient
impl !UnwindSafe for BufferedHttpRangeClient
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more