pub struct PatSlice {
pub attrs: Vec<Attribute>,
pub bracket_token: Bracket,
pub elems: Punctuated<Pat, Comma>,
}
Expand description
A dynamically sized slice pattern: [a, b, ref i @ .., y, z]
.
Fields§
§attrs: Vec<Attribute>
§bracket_token: Bracket
§elems: Punctuated<Pat, Comma>