pub_static_include_lines

Macro pub_static_include_lines 

Source
macro_rules! pub_static_include_lines {
    ($var: ident, $filename: literal) => { ... };
}
Expand description

This macro functions identically to static_include_lines, but the created static variable is public.