Function dia_args::parse_from

source ·
pub fn parse_from<S: AsRef<str>>(
    args: &mut dyn Iterator<Item = S>
) -> Result<Args>
Expand description