Skip to main content

path

Macro path 

Source
path!() { /* proc-macro */ }
Expand description

Constructs a path type expression. Unlike typeway_path!, this does NOT generate marker types — it references markers that were already defined by a typeway_path! or typeway_api! invocation.

Not recommended for direct use — prefer typeway_path! which handles both marker generation and type definition.