Macro s2n_quic_core::branch

source ·
macro_rules! branch {
    ($cond:expr) => { ... };
    ($cond:expr, $outcome:expr) => { ... };
}
Expand description

Traces a branch value if the branch-tracing feature is enabled. Otherwise it is a no-op.