NONE

Constant NONE 

Source
pub const NONE: &[&OsStr];
Expand description

Empty slice, properly-typed for compile() and compile_for*() to mean “no additional parameters”.

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