Macro LeakyStatic

Source
macro_rules! LeakyStatic {
    ($t: ty, $b: block) => { ... };
    ($t: ty) => { ... };
}