pub fn explain_issue_type(
issue_type: &str,
) -> Result<ExplainOutput, ProgrammaticError>Expand description
Build the typed standalone explain output for a user-facing issue token.
ยงErrors
Returns a structured programmatic error when the token does not map to a registered rule.