Home
last modified time | relevance | path

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

/linux/rust/syn/
H A Dlit.rs93 struct LitRepr { struct
94 token: Literal,
95 suffix: Box<str>,
740 impl Clone for LitRepr { implementation