[][src]Struct rustc_ap_syntax::ext::expand::MacroExpander

pub struct MacroExpander<'a, 'b> {
    pub cx: &'a mut ExtCtxt<'b>,
    // some fields omitted
}

Fields

cx: &'a mut ExtCtxt<'b>

Methods

impl<'a, 'b> MacroExpander<'a, 'b>[src]

pub fn new(cx: &'a mut ExtCtxt<'b>, monotonic: bool) -> Self[src]

pub fn expand_crate(&mut self, krate: Crate) -> Crate[src]

pub fn fully_expand_fragment(
    &mut self,
    input_fragment: AstFragment
) -> AstFragment
[src]

Auto Trait Implementations

impl<'a, 'b> !Send for MacroExpander<'a, 'b>

impl<'a, 'b> !Sync for MacroExpander<'a, 'b>

impl<'a, 'b> Unpin for MacroExpander<'a, 'b> where
    'b: 'a, 

impl<'a, 'b> !UnwindSafe for MacroExpander<'a, 'b>

impl<'a, 'b> !RefUnwindSafe for MacroExpander<'a, 'b>

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Erased for T[src]

impl<E> SpecializationError for E[src]