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

Specializes a generic method to all record types based on the associated type for schema and ts_out.