macro_rules! schema_ts_out_method_dispatch {
($schema:expr, $ts_out:expr, $this:expr, $generic_method:ident $(,$arg:expr)*) => { ... };
}👎Deprecated since 0.32.0: Use the updated schema_dispatch macro
Expand description
Specializes a generic method to all record types based on the associated type for
schema and ts_out.