Skip to main content

atomic_kind_static

Function atomic_kind_static 

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

Resolve an XSD type local name to a stable &'static str. Used by the xs: constructor dispatch and the cast/instance-of paths so the kind tag costs zero allocation.