Constant embed_resource::NONE

source ·
pub const NONE: &[&OsStr];
Expand description

Empty slice, properly-typed for compile() and compile_for()’s macro list.

Rust helpfully forbids default type parameters on functions, so just passing [] doesn’t work :)