pub struct AttrTokenStream(pub Lrc<Vec<AttrTokenTree>>);
Expand description
An AttrTokenStream
is similar to a TokenStream
, but with extra
information about the tokens for attribute targets. This is used
during expansion to perform early cfg-expansion, and to process attributes
during proc-macro invocations.
Tuple Fields§
§0: Lrc<Vec<AttrTokenTree>>
Implementations§
source§impl AttrTokenStream
impl AttrTokenStream
pub fn new(tokens: Vec<AttrTokenTree>) -> AttrTokenStream
sourcepub fn to_token_trees(&self) -> Vec<TokenTree>
pub fn to_token_trees(&self) -> Vec<TokenTree>
Converts this AttrTokenStream
to a plain Vec<TokenTree>
. During
conversion, any AttrTokenTree::AttrsTarget
gets “flattened” back to a
TokenStream
, as described in the comment on
attrs_and_tokens_to_token_trees
.
Trait Implementations§
source§impl Clone for AttrTokenStream
impl Clone for AttrTokenStream
source§fn clone(&self) -> AttrTokenStream
fn clone(&self) -> AttrTokenStream
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for AttrTokenStream
impl Debug for AttrTokenStream
source§impl<__D: SpanDecoder> Decodable<__D> for AttrTokenStream
impl<__D: SpanDecoder> Decodable<__D> for AttrTokenStream
source§impl Default for AttrTokenStream
impl Default for AttrTokenStream
source§fn default() -> AttrTokenStream
fn default() -> AttrTokenStream
Returns the “default value” for a type. Read more
source§impl<__E: SpanEncoder> Encodable<__E> for AttrTokenStream
impl<__E: SpanEncoder> Encodable<__E> for AttrTokenStream
source§impl ToAttrTokenStream for AttrTokenStream
impl ToAttrTokenStream for AttrTokenStream
fn to_attr_token_stream(&self) -> AttrTokenStream
Auto Trait Implementations§
impl Freeze for AttrTokenStream
impl !RefUnwindSafe for AttrTokenStream
impl !Send for AttrTokenStream
impl !Sync for AttrTokenStream
impl Unpin for AttrTokenStream
impl !UnwindSafe for AttrTokenStream
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left
is true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self
into a Left
variant of Either<Self, Self>
if into_left(&self)
returns true
.
Converts self
into a Right
variant of Either<Self, Self>
otherwise. Read moresource§impl<T> WithSubscriber for T
impl<T> WithSubscriber for T
source§fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self>
source§fn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
impl<'a, T> Captures<'a> for Twhere
T: ?Sized,
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