Skip to main content

Candidates

Type Alias Candidates 

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

A candidate server pool for one fetch: the hint, room servers, and mxid hosts. Inline budget 3 holds the common single-event case (event origin, room origin, optional hint) on the stack; larger room-derived pools spill to the heap.

Aliased Typeยง

pub struct Candidates { /* private fields */ }