wiggle::wasmtime_crate::component

Trait InstanceExportLookup

pub trait InstanceExportLookup { }
Expand description

Trait used to lookup the export of a component instance.

This trait is used as an implementation detail of Instance::get_func and related get_* methods. Notable implementors of this trait are:

Note that this is intended to be a wasmtime-sealed trait so it shouldn’t need to be implemented externally.

Implementations on Foreign Types§

§

impl InstanceExportLookup for str

§

impl InstanceExportLookup for String

§

impl<T> InstanceExportLookup for &T

Implementors§