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