Macro agnostic_async_executor::check_gt[][src]

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

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