Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime_macros/src/
H A Dlib.rs54 let punct: Punct = Punct::new(',', Spacing::Alone); in tuple_form() localVariable
55 group_inner.extend(TokenStream::from(TokenTree::from(punct))); in tuple_form()