Macro schema_method_dispatch

Source
macro_rules! schema_method_dispatch {
    ($schema: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 with an associated schema.