macro_rules! rtype_async_dispatch {
($rec_ref:expr, $generic_fn:expr $(,$arg:expr)*) => { ... };
}๐Deprecated since 0.32.0: Use the updated rtype_dispatch macro
Expand description
Specializes a generic async function to all record types and dispatches based
rtype.
ยงErrors
This macro returns an error if the rtype is not recognized.