pub fn option_objects(
    options: &[WithOption<Aug>]
) -> BTreeMap<String, WithOptionValue<Aug>>
Expand description

Normalizes WITH option keys without normalizing their corresponding values.

Panics

  • If any WithOption’s value is None. You can prevent generating these values during parsing.