Home
last modified time | relevance | path

Searched defs:push_punct (Results 1 – 2 of 2) sorted by relevance

/linux/rust/quote/
H A Druntime.rs328 macro_rules! push_punct { macro
/linux/rust/syn/
H A Dpunctuated.rs196 pub fn push_punct(&mut self, punctuation: P) { in push_punct() method