macro_rules! schema_method_dispatch { ($schema:expr, $this:expr, $generic_method:ident $(,$arg:expr)*) => { ... }; }
Expand description
Specializes a generic method to all record types with an associated schema.
macro_rules! schema_method_dispatch { ($schema:expr, $this:expr, $generic_method:ident $(,$arg:expr)*) => { ... }; }
Specializes a generic method to all record types with an associated schema.