Trait wasmi_core::WrapInto

source ·
pub trait WrapInto<T> {
    fn wrap_into(self) -> T;
}
Expand description

Convert one type to another by wrapping.

Required Methods§

Convert one type to another by wrapping.

Implementations on Foreign Types§

Implementors§