Macro get_instance_or_else

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