macro_rules! rtype_ts_out_async_method_dispatch {
    ($rec_ref:expr, $ts_out:expr, $this:expr, $generic_method:ident $(,$arg:expr)*) => { ... };
}
Expand description

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

§Errors

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