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