Struct frame_support_procedural_tools::syn_ext::Meta
source · [−]pub struct Meta {
pub inner: Meta,
}
Expand description
Note that syn Meta is almost fine for use case (lacks only ToToken
)
Fields
inner: Meta
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Meta
impl UnwindSafe for Meta
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