Skip to main content

path

Macro path 

Source
macro_rules! path {
    ($span:expr, $($part:ident)::*) => { ... };
}