nodepath

Macro nodepath 

Source
macro_rules! nodepath {
    ($fmt_str:literal) => { ... };
    ($fmt_str:literal, $($args:expr),*) => { ... };
}
Expand description

A simple macro which is compatible with Rust’s format syntax used in macros like print!, println!, and format!. Creates a `NodePath from the passed in syntax.