Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dpat.rs309 pat_box(begin, input) in parse_single()
465 fn pat_box(begin: ParseBuffer, input: ParseStream) -> Result<Pat> { in pat_box() function