Struct frame_support_procedural_tools::syn_ext::Parens
source · [−]pub struct Parens<P> {
pub token: Paren,
pub content: P,
}
Fields
token: Paren
content: P
Trait Implementations
Auto Trait Implementations
impl<P> RefUnwindSafe for Parens<P> where
P: RefUnwindSafe,
impl<P> UnwindSafe for Parens<P> where
P: UnwindSafe,
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