macro_rules! hex_id {
($(#[$meta:meta])* $name:ident) => { ... };
}Expand description
Like newtype_id! but adds IntoValidId with hex validation for &str/String,
and a passthrough for the type itself. Keeps infallible From for internal/serde use.