Macro key_path::path

source ·
macro_rules! path {
    (@single $($x:tt)*) => { ... };
    (@count $($rest:expr),*) => { ... };
    (@item $other: expr) => { ... };
    ($($key:expr,)+) => { ... };
    ($($key:expr),*) => { ... };
}