macro_rules! async_func {
($expr:expr, $ty:ty) => { ... };
}Expand description
Ensure the async function can be correctly used in injectorpp.
macro_rules! async_func {
($expr:expr, $ty:ty) => { ... };
}Ensure the async function can be correctly used in injectorpp.