Macro try_as_ref

Source
macro_rules! try_as_ref {
    ($arc:expr, $exception:expr) => { ... };
}