get

Macro get 

Source
macro_rules! get {
    ($node:expr => $key:literal) => { ... };
}