Function fuels_core::utils::safe_ident
source ยท pub fn safe_ident(name: &str) -> IdentExpand description
identifier is for a reserved keyword.
Parsing keywords like self can fail, in this case we add an underscore.
pub fn safe_ident(name: &str) -> Identidentifier is for a reserved keyword.
Parsing keywords like self can fail, in this case we add an underscore.