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