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§