macro_rules! validate_version { ($version:ident) => { ... }; }
Expand description
A helper macro to statically validate the version (when used as a const parameter).
macro_rules! validate_version { ($version:ident) => { ... }; }
A helper macro to statically validate the version (when used as a const parameter).