macro_rules! oid {
($($args:tt)*) => { ... };
}Available on crate feature
mtls only.Expand description
Procedural macro to get encoded oids, see the oid module.
macro_rules! oid {
($($args:tt)*) => { ... };
}mtls only.Procedural macro to get encoded oids, see the oid module.