pub fn validate_user_identifier(
ident: &str,
) -> Result<(), IdentifierValidationError>
Expand description
Returns an error if the given identifier is reserved, or if it is not a valid Quil identifier
pub fn validate_user_identifier(
ident: &str,
) -> Result<(), IdentifierValidationError>
Returns an error if the given identifier is reserved, or if it is not a valid Quil identifier