macro_rules! ds {
($name:ident, $doc:expr) => { ... };
}Expand description
Generates a function $name which returns an Option<&str> by
dereferencing the $name field of a struct.
macro_rules! ds {
($name:ident, $doc:expr) => { ... };
}Generates a function $name which returns an Option<&str> by
dereferencing the $name field of a struct.