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

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

§Errors

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