[][src]Macro q_debug::q

macro_rules! q {
    () => { ... };
    ($x:literal) => { ... };
    ($x:expr) => { ... };
}