fn classify_role_statements(
expected_name: &str,
path: &Path,
located_statements: Vec<LocatedStatement>,
) -> Result<RoleDefinition, Vec<ValidationError>>Expand description
Classify parsed statements into a RoleDefinition, returning validation errors.