Skip to main content

Attempted

Type Alias Attempted 

Source
pub(super) type Attempted = SmallVec<[OwnedServerName; 3]>;
Expand description

Servers tried before a fetch gave up; sized to the candidate-pool budget.

Aliased Typeยง

pub(super) struct Attempted { /* private fields */ }