Macro async_assert

Source
macro_rules! async_assert {
    ($lhs:expr, $rhs:expr) => { ... };
}
Expand description