pub struct PatWild {
pub attrs: Vec<Attribute>,
pub underscore_token: Underscore,
}Expand description
A pattern that matches any value: _.
Fields§
§attrs: Vec<Attribute>§underscore_token: Underscorepub struct PatWild {
pub attrs: Vec<Attribute>,
pub underscore_token: Underscore,
}A pattern that matches any value: _.
attrs: Vec<Attribute>§underscore_token: Underscore