Constant cairo_lang_syntax::attribute::consts::PHANTOM_ATTR
source ยท pub const PHANTOM_ATTR: &str = "phantom";
Expand description
An attribute to define a type as a phantom type, phantom types cannot be created at run time and are typically used for meta-programming.