get_included_str() -> &'static str1pub fn get_included_str() -> &'static str { 2 include_str!(concat!( 3 env!("CARGO_MANIFEST_DIR"), 4 "/include/included_file.rs.inc" 5 )) 6 } 7
get_included_str() -> &'static str1pub fn get_included_str() -> &'static str { 2 include_str!(concat!( 3 env!("CARGO_MANIFEST_DIR"), 4 "/include/included_file.rs.inc" 5 )) 6 } 7