macro_rules! static_include_lines_s { ($var: ident, $filename: literal) => { ... }; }
Expand description
This macro functions identically to static_include_lines, but each line is returned as type String.
macro_rules! static_include_lines_s { ($var: ident, $filename: literal) => { ... }; }
This macro functions identically to static_include_lines, but each line is returned as type String.