Skip to main content

path

Macro path 

Source
macro_rules! path {
    ( $( $point:expr ),* $(,)? ) => { ... };
}