Struct rustc_expand::mbe::Delimited [−][src]
struct Delimited {
delim: DelimToken,
tts: Vec<TokenTree>,
}
Expand description
Contains the sub-token-trees of a “delimited” token tree, such as the contents of (
. Note
that the delimiter itself might be NoDelim
.
Fields
delim: DelimToken
tts: Vec<TokenTree>
Implementations
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for Delimited
impl !UnwindSafe for Delimited
Blanket Implementations
Mutably borrows from an owned value. Read more
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