Macro rustc_target::spec::cvs
source · macro_rules! cvs { () => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Expand description
Cow-Vec-Str: Cow<’static, [Cow<’static, str>]>
macro_rules! cvs { () => { ... }; ($($x:expr),+ $(,)?) => { ... }; }
Cow-Vec-Str: Cow<’static, [Cow<’static, str>]>