pub type EntryPointParameters = &'static [(&'static [(&'static str, &'static str)], &'static str)];
Expand description

A set of entry point compile parameters for use with the EntryPoint trait.