oa_gateway_bench::cli

Function parse_uci

Source
fn parse_uci<I>(args: &mut I) -> Result<UciArgs, String>
where I: Iterator<Item = String>,