Macro der_parser::oid
source · [−]macro_rules! oid {
(raw $($args:tt)*) => { ... };
(rel $($args:tt)*) => { ... };
($($args:tt)*) => { ... };
}Expand description
Procedural macro to get encoded oids, see the oid module.
macro_rules! oid {
(raw $($args:tt)*) => { ... };
(rel $($args:tt)*) => { ... };
($($args:tt)*) => { ... };
}Procedural macro to get encoded oids, see the oid module.