pub type ResourceKind = String;Expand description
Resource kind name (e.g. "led", "job"). Currently a string;
a future revision may swap this for a richer type without
renaming usage.
Aliased Typeยง
pub struct ResourceKind { /* private fields */ }