Closed Ten0 closed 9 months ago
This allows parsing meta attributes of the form #[foo(bar = ["a", "b", "c"])] to Vec<syn::LitStr> (and same for other Lits).
#[foo(bar = ["a", "b", "c"])]
Vec<syn::LitStr>
Lit
This allows parsing meta attributes of the form
#[foo(bar = ["a", "b", "c"])]
toVec<syn::LitStr>
(and same for otherLit
s).