Skip to main content

NodeId

Type Alias NodeId 

Source
pub type NodeId = String;
Expand description

Stable string key for a node. Scheme is the plugin’s choice, e.g. file:{path} for a source file, ext:{name} for an external library.

Aliased Type§

pub struct NodeId { /* private fields */ }