Function parse_iter

Source
pub fn parse_iter<E, I>(
    args: &Cli,
    iter: I,
) -> impl Iterator<Item = Result<String, E>>
where I: Iterator<Item = Result<String, E>>,
👎Deprecated: Superseded by apply_settings
Expand description

Early version of apply_settings, kept as an example of alternative version of limit that could be used without the need to Box the return value

See also limit