Macro dbn::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.