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