wasmtime::component::bindgen_examples::_0_hello_world

Trait HelloWorldImports

Source
pub trait HelloWorldImports {
    // Required method
    fn name(&mut self) -> String;
}
Available on crate feature runtime and crate feature component-model and docsrs only.

Required Methods§

Source

fn name(&mut self) -> String

Implementations on Foreign Types§

Source§

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

Source§

fn name(&mut self) -> String

Implementors§