pub fn explain(code: &str) -> Option<&'static Explain>
The curated explanation for a diagnostic code, or None when the code has no explanation yet (the designed graceful-fallback state, DECISION B).
code
None