Skip to main content

CONSTRUCTORS

Constant CONSTRUCTORS 

Source
const CONSTRUCTORS: &[&str];
Expand description

The value constructors offered at expression position (ADR 0093 D3) — the closed set of Result/Option variant constructors and the boolean literals. A value expression can begin with any of these; their docs reuse the keywords registry (one source of truth).