Struct wit_component::WitPrinter
source · pub struct WitPrinter { /* private fields */ }
Expand description
A utility for printing WebAssembly interface definitions to a string.
Implementations§
Trait Implementations§
Auto Trait Implementations§
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