pub fn add_to_linker<T, D>(
linker: &mut Linker<T>,
options: &LinkOptions,
host_getter: fn(&mut T) -> D::Data<'_>,
) -> Result<()>where
D: HostWithStore,
for<'a> D::Data<'a>: Host,
T: 'static,
pub fn add_to_linker<T, D>(
linker: &mut Linker<T>,
options: &LinkOptions,
host_getter: fn(&mut T) -> D::Data<'_>,
) -> Result<()>where
D: HostWithStore,
for<'a> D::Data<'a>: Host,
T: 'static,