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