macro_rules! pub_static_include_lines_s {
($var: ident, $filename: literal) => { ... };
}Expand description
This macro functions identically to static_include_lines_s, but the created static variable is public.
macro_rules! pub_static_include_lines_s {
($var: ident, $filename: literal) => { ... };
}This macro functions identically to static_include_lines_s, but the created static variable is public.