pub type NodeId = String;
Identifier for a node in the Graph. Matches the key used in the style JSON’s nodes object (e.g. "water_paint").
Graph
nodes
"water_paint"
pub struct NodeId { /* private fields */ }