Macro try_loaded

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