Skip to main content

symbol_node_id

Function symbol_node_id 

Source
pub fn symbol_node_id(
    crate_name: &str,
    module_path: &str,
    symbol_name: &str,
) -> String
Expand description

Build the canonical node id for a code symbol.

Format: symbol/{crate}/{module_path_with_dots}/{symbol_name} where symbol_name may be Type::method for impl methods.