Skip to main content

async_fn

Macro async_fn 

Source
macro_rules! async_fn {
    ($name:ident($($arg:ident: $ty:ty),*) $body:block) => { ... };
}