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