Home
last modified time | relevance | path

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

/third_party/rust/crates/syn/src/
Dmac.rs193 pub(crate) fn surround(&self, tokens: &mut TokenStream, inner: TokenStream) { in surround() method
Dtoken.rs679 pub fn surround<F>(&self, tokens: &mut TokenStream, f: F) in surround() method