pub fn validate_project_id(project_id: &str) -> Result<(), AdkError>Available on crate feature
memory only.Expand description
Validate a project identifier.
Returns Ok(()) if the project_id is non-empty and at most 256 characters.
Returns a descriptive error otherwise.