pub fn parse_iter<E, I>(
args: &Cli,
iter: I,
) -> impl Iterator<Item = Result<String, E>>👎Deprecated: Superseded by
apply_settingsExpand 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