Struct rustc_expand::placeholders::PlaceholderExpander [−][src]
pub struct PlaceholderExpander {
expanded_fragments: FxHashMap<NodeId, AstFragment>,
}
Fields
expanded_fragments: FxHashMap<NodeId, AstFragment>
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Mutable token visiting only exists for the macro_rules
token marker and should not be
used otherwise. Token visitor would be entirely separate from the regular visitor if
the marker didn’t have to visit AST fragments in nonterminal tokens. Read more
Auto Trait Implementations
impl !RefUnwindSafe for PlaceholderExpander
impl !Send for PlaceholderExpander
impl !Sync for PlaceholderExpander
impl Unpin for PlaceholderExpander
impl !UnwindSafe for PlaceholderExpander
Blanket Implementations
Layout
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference’s “Type Layout” chapter for details on type layout guarantees.
Size: 32 bytes