macro_rules! impl_oid_carrier {
($name:ident, $oid:literal) => { ... };
}
Available on crate feature
core-api
only.Expand description
Implement dummy type with hidden docs which is used to “carry” hasher
OID for CtVariableCoreWrapper
.