Function macrotest::expand_args

source ·
pub fn expand_args<I, S>(path: impl AsRef<Path>, args: I)
where I: IntoIterator<Item = S> + Clone, S: AsRef<OsStr>,
Expand description

Same as expand but allows to pass additional arguments to cargo-expand.