AppInstance

Macro AppInstance 

Source
macro_rules! AppInstance {
    (__FnBody $t: ty = $e: expr) => { ... };
    (static $n: ident: $t: ty = $e: expr) => { ... };
    (pub static $n: ident: $t: ty = $e: expr) => { ... };
}