Lines Matching defs:LitInt
37 Int(LitInt),
87 pub struct LitInt {
366 impl LitInt {
375 LitInt {
395 /// use syn::LitInt;
404 /// let lit: LitInt = input.parse()?;
437 impl From<Literal> for LitInt {
441 LitInt {
454 impl Display for LitInt {
637 impl Debug for LitInt {
639 impl LitInt {
651 self.debug(formatter, "LitInt")
775 lit_extra_traits!(LitInt);
860 Lit::Int(LitInt {
931 impl Parse for LitInt {
999 impl ToTokens for LitInt {
1066 return Lit::Int(LitInt {