Macro get_or

Source
macro_rules! get_or {
    ($type:ty, $default:expr) => { ... };
    ($type:ty, $name:ident, $default:expr) => { ... };
}