Skip to main content

node_summary

Function node_summary 

Source
pub fn node_summary(kind: &str) -> Option<&'static str>
Expand description

Return a one-line description of the named node kind, or None if the kind is not recognised.

The match arm set here must stay exhaustive over node_kinds(). The drift-guard test node_summary_covers_every_node_kind enforces that.