Skip to main content

async_return_unchecked

Macro async_return_unchecked 

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

Config a return value for faking an async function.

ยงSafety

This macro skips the signature check and assumes the caller knows what they are doing.