Macro try_str

Source
macro_rules! try_str {
    ($exp:expr) => { ... };
}