Macro try_text

Source
macro_rules! try_text {
    ($node:expr) => { ... };
}