[][src]Macro trust_dns_proto::trace

macro_rules! trace {
    () => { ... };
}

Generate a backtrace

If RUST_BACKTRACE is 1 or full then this will return Some(Backtrace), otherwise, NONE.