Home
last modified time | relevance | path

Searched refs:Underscore (Results 1 – 1 of 1) sorted by relevance

/linux/rust/syn/
H A Dtoken.rs524 …"_" pub struct Underscore/1 /// wildcard patterns, inferred types, unnamed items in constants, ext…
529 impl ToTokens for Underscore { implementation
537 impl Parse for Underscore { implementation
542 return Ok((Underscore(ident.span()), rest)); in parse()
547 return Ok((Underscore(punct.span()), rest)); in parse()
556 impl Token for Underscore { implementation
573 impl private::Sealed for Underscore {} implementation
973 [_] => { $crate::token::Underscore };