Skip to main content

async_move

Macro async_move 

Source
macro_rules! async_move {
    (;$($var:ident),*; $($body:tt)*) => { ... };
    ($event:ident; $($var:ident),*; $($body:tt)*) => { ... };
    ($($var:ident),*;$($body:tt)*) => { ... };
}