Struct devise::syn::ExprLit [−][src]
Expand description
A literal in place of an expression: 1, "foo".
This type is available if Syn is built with the "derive" or
"full" feature.
Fields
attrs: Vec<Attribute, Global>lit: LitTrait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ExprLit
impl UnwindSafe for ExprLit
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