Struct devise::syn::LitVerbatim [−][src]
pub struct LitVerbatim {
pub token: Literal,
}
Expand description
A raw token literal not interpreted by Syn, possibly because it represents an integer larger than 64 bits.
This type is available if Syn is built with the "derive"
or
"full"
feature.
Fields
token: Literal
Implementations
Trait Implementations
Performs the conversion.
Auto Trait Implementations
impl !RefUnwindSafe for LitVerbatim
impl !Send for LitVerbatim
impl !Sync for LitVerbatim
impl Unpin for LitVerbatim
impl UnwindSafe for LitVerbatim
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