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