async_error

Macro async_error 

Source
macro_rules! async_error {
    () => { ... };
    ($($arg:expr),*) => { ... };
}