InstanceExportLookup in wasmtime::component - Rust (original) (raw)
Trait InstanceExportLookup
pub trait InstanceExportLookup { }
Available on crate features runtime
and component-model
only.
Expand description
Trait used to lookup the export of a component instance.
This trait is used as an implementation detail of Instance::get_funcand related get_*
methods. Notable implementors of this trait are:
str
String
- ComponentExportIndex
Note that this is intended to be a wasmtime
-sealed trait so it shouldn’t need to be implemented externally.