Macro get_instance_or_return

Source
macro_rules! get_instance_or_return {
    ($type:ty, $ref:expr, $return_val:expr) => { ... };
}