Struct devise::syn::ExprGroup [−][src]
pub struct ExprGroup {
pub attrs: Vec<Attribute, Global>,
pub group_token: Group,
pub expr: Box<Expr, Global>,
}Expand description
An expression contained within invisible delimiters.
This variant is important for faithfully representing the precedence
of expressions and is related to None-delimited spans in a
TokenStream.
This type is available if Syn is built with the "full" feature.
Fields
attrs: Vec<Attribute, Global>group_token: Groupexpr: Box<Expr, Global>Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ExprGroup
impl UnwindSafe for ExprGroup
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