macro_rules! smart_pointer_t {
($ty:path, $map_fn:path) => { ... };
}
Expand description
Create an impl that forwards to an inner type T
for parsing.
macro_rules! smart_pointer_t {
($ty:path, $map_fn:path) => { ... };
}
Create an impl that forwards to an inner type T
for parsing.