[][src]Macro gobble::as_id

macro_rules! as_id {
    ((($id:ident->$_x:expr) $($_t:tt)*) ) => { ... };
    (($id:ident $($_t:tt)*) ) => { ... };
}