[][src]Function cranelift_reader::parse_options

pub fn parse_options<'a, I>(
    iter: I,
    config: &mut dyn Configurable,
    loc: Location
) -> ParseResult<()> where
    I: Iterator<Item = &'a str>, 

Parse an iterator of command line options and apply them to config.