pub struct RustcCompiler;Trait Implementations§
Source§impl WasmCompiler for RustcCompiler
impl WasmCompiler for RustcCompiler
fn compile(&self, source: &str) -> CompileOutcome
Auto Trait Implementations§
impl Freeze for RustcCompiler
impl RefUnwindSafe for RustcCompiler
impl Send for RustcCompiler
impl Sync for RustcCompiler
impl Unpin for RustcCompiler
impl UnsafeUnpin for RustcCompiler
impl UnwindSafe for RustcCompiler
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