macro_rules! cfg_impl { ($feature:literal, impl $trait_name:ident for $type:ty { $($item:item)* }) => { ... }; }
Macro for feature-gated function implementations