macro_rules! config_decl {
    (ck@ $checksum:expr, $($key:ident: { $($type_toks:tt)+ },)*) => { ... };
}
Expand description

shorthand for declaring config decls since we don’t want to depend on cmc here