Function embed_resource::compile_for_examples
source · pub fn compile_for_examples<T: AsRef<Path>, Ms: AsRef<OsStr>, Mi: IntoIterator<Item = Ms>>(
resource_file: T,
macros: Mi
)Expand description
Likewise, but only link the resource to examples.
Only available since rustc 1.60.0, does nothing before.