Skip to main content

async_func_unchecked

Macro async_func_unchecked 

Source
macro_rules! async_func_unchecked {
    ($expr:expr) => { ... };
}
Expand description

Ensure the async function can be correctly used in injectorpp.

ยงSafety

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