dbn

Macro schema_dispatch

Source
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.