macro_rules! define_static_ref {
    ($name:ident, $type:ty, $path:expr) => { ... };
    (pub $name:ident, $type:ty, $path:expr) => { ... };
    (pub(crate) $name:ident, $type:ty, $path:expr) => { ... };
}
Expand description

Define a static ref