cairo_lang_syntax::attribute::consts

Constant 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.