macro_rules! rtype_ts_out_async_dispatch {
    ($rec_ref:expr, $ts_out:expr, $generic_fn:expr $(,$arg:expr)*) => { ... };
}
Expand description

Specializes a generic async function to all record types and dispatches based rtype and ts_out.

§Errors

This macro returns an error if the rtype is not recognized.