Constant cairo_lang_syntax::attribute::consts::MUST_USE_ATTR
source ยท pub const MUST_USE_ATTR: &str = "must_use";
Expand description
An attribute to define a type as a type that must be used, or a function as a function that its return value must be used.