macro_rules! target_ty {
($name:ident $type:ty) => { ... };
($name:ident) => { ... };
}
Expand description
Get the target type for a given enum.
macro_rules! target_ty {
($name:ident $type:ty) => { ... };
($name:ident) => { ... };
}
Get the target type for a given enum.