Function wai_parser::validate_id
source · pub fn validate_id(s: &str) -> Result<()>
Expand description
Checks if the given string is a legal identifier in WAI.
pub fn validate_id(s: &str) -> Result<()>
Checks if the given string is a legal identifier in WAI.