Macro weak_static::weak_static [] [src]

macro_rules! weak_static {
    (static $ident:ident : $typ:ty = $init:expr; ) => { ... };
}