Struct devise::syn::LitInt [−][src]
pub struct LitInt { /* fields omitted */ }
Expand description
An integer literal: 1
or 1u16
.
Holds up to 64 bits of data. Use LitVerbatim
for any larger
integer literal.
This type is available if Syn is built with the "derive"
or
"full"
feature.
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for LitInt
impl UnwindSafe for LitInt
Blanket Implementations
Mutably borrows from an owned value. Read more
Returns a Span
covering the complete contents of this syntax tree
node, or Span::call_site()
if this node is empty. Read more