Function check_identifier_syntax

Source
pub fn check_identifier_syntax(
    identifier_name: &str,
) -> Result<(), IdentifierError>