Enum squid::download::Strategy [] [src]

pub enum Strategy {
    SingleChunk,
    SequentialMultiChunk,
    ConcurrentMultiChunk,
}

Enumerates possible download strategies.

Variants

Download the entire content in one chunk.

Download the content across several chunks sequentially.

Download the content across several chunks concurrently.

Trait Implementations

impl Debug for Strategy
[src]

Formats the value using the given formatter.