Trait WithExportsImports

Source
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§