Struct rustc_expand::mbe::transcribe::Marker [−][src]
struct Marker(LocalExpnId, Transparency);
Tuple Fields
0: LocalExpnId
1: Transparency
Trait Implementations
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
fn flat_map_foreign_item(
&mut self,
ni: P<Item<ForeignItemKind>>
) -> SmallVec<[P<Item<ForeignItemKind>>; 1]>
fn flat_map_trait_item(
&mut self,
i: P<Item<AssocItemKind>>
) -> SmallVec<[P<Item<AssocItemKind>>; 1]>
fn flat_map_impl_item(
&mut self,
i: P<Item<AssocItemKind>>
) -> SmallVec<[P<Item<AssocItemKind>>; 1]>
Auto Trait Implementations
impl RefUnwindSafe for Marker
impl UnwindSafe for Marker
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: 8 bytes