Skip to main content

async_return

Macro async_return 

Source
macro_rules! async_return {
    ($val:expr, $ty:ty) => { ... };
}
Expand description

Config a return value for faking an async function.