Skip to main content

Candidates

Type Alias Candidates 

Source
pub type Candidates = SmallVec<[OwnedServerName; 3]>;
Expand description

Candidate servers for one fetch, with three entries stored inline.

A pool combines the optional hint, room servers, and MXID hosts. The budget covers the common event origin, room origin, and hint; larger room-derived pools spill to the heap.

Aliased Typeยง

pub struct Candidates { /* private fields */ }