macro_rules! target_ty {
($name:ident $type:ty) => { ... };
($name:ident) => { ... };
}Available on crate feature
alloc and (crate features formatting or parsing) only.Expand description
Get the target type for a given enum.