Skip to main content

Options

Type Alias Options 

Source
pub type Options = BTreeMap<String, String>;
Expand description

Free-form key/value options passed from the CLI (future --plugin-opt k=v). BTreeMap for deterministic iteration order.

Aliased Typeยง

pub struct Options { /* private fields */ }