Macro appinstance::AppInstance [] [src]

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