macro_rules! generate_static_str_provider { ($str:expr) => { ... }; }
Expand description
A macro that generates StaticStrProvider
with the string set to its stringified argument.
macro_rules! generate_static_str_provider { ($str:expr) => { ... }; }
A macro that generates StaticStrProvider
with the string set to its stringified argument.