pub struct WitPrinter { /* private fields */ }
Expand description
A utility for printing WebAssembly interface definitions to a string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WitPrinter
impl RefUnwindSafe for WitPrinter
impl Send for WitPrinter
impl Sync for WitPrinter
impl Unpin for WitPrinter
impl UnwindSafe for WitPrinter
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