Searched defs:LitIntRepr (Results 1 – 1 of 1) sorted by relevance
92 struct LitIntRepr { struct93 token: Literal,94 digits: Box<str>,95 suffix: Box<str>,707 impl Clone for LitIntRepr { implementation