pub trait WithExportsImports {
    // Required method
    fn log(&mut self, msg: String);
}
Available on crate feature runtime and crate feature component-model and docsrs only.

Required Methods§

source

fn log(&mut self, msg: String)

Implementations on Foreign Types§

source§

impl<_T: WithExportsImports + ?Sized> WithExportsImports for &mut _T

source§

fn log(&mut self, msg: String)

Implementors§