Skip to main content

validate_name

Function validate_name 

Source
pub fn validate_name(name: &str) -> Result<(), NewError>
Expand description

Validates an application name against both language rules.

§Errors

Returns the specific rule (or both) the name violates, with the exact grammar that would pass.