cairo_lang_syntax::attribute::consts

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