Macro async_middleware

Source
macro_rules! async_middleware {
    ($ctx:ty, [$($x:expr),+]) => { ... };
}