Struct ra_ap_proc_macro_api::MacroDylib
source · [−]pub struct MacroDylib { /* private fields */ }Implementations
sourceimpl MacroDylib
impl MacroDylib
pub fn new(path: AbsPathBuf) -> Result<MacroDylib>
Auto Trait Implementations
impl RefUnwindSafe for MacroDylib
impl Send for MacroDylib
impl Sync for MacroDylib
impl Unpin for MacroDylib
impl UnwindSafe for MacroDylib
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