Function validate_identifier

Source
fn validate_identifier(
    name: &'static str,
) -> Result<&'static str, DatabaseError>