Macro agnostic_async_executor::check_eq[][src]

macro_rules! check_eq {
    ($helper:expr, $a:expr, $b:expr) => { ... };
}

A check macro variant that performs the a == b operation while providing useful information TODO Example