Struct ra_ap_proc_macro_api::ProcMacro
source · [−]pub struct ProcMacro { /* private fields */ }Expand description
A handle to a specific macro (a #[proc_macro] annotated function).
It exists withing a context of a specific [ProcMacroProcess] – currently
we share a single expander process for all macros.
Implementations
Trait Implementations
impl Eq for ProcMacro
Auto Trait Implementations
impl RefUnwindSafe for ProcMacro
impl Send for ProcMacro
impl Sync for ProcMacro
impl Unpin for ProcMacro
impl UnwindSafe for ProcMacro
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more