Function arg_combinators::free_by[][src]

pub fn free_by<F, T, E>(
    f: F
) -> ArgExt<impl Arg<Item = Vec<T>>> where
    F: Fn(String) -> Result<T, E>,
    E: Clone + Debug + Display