Macro argi::get[][src]

macro_rules! get {
    ($ctx : expr =>) => { ... };
    ($ctx : expr => - - $query : ident $($tail : tt) *) => { ... };
    ($ctx : expr => - $query : ident $($tail : tt) *) => { ... };
    ($ctx : expr => $query : ident $($tail : tt) *) => { ... };
}