Type Definition wasmer_c_api::wasm_c_api::types::wasm_name_t

source ·
pub type wasm_name_t = wasm_byte_vec_t;

Trait Implementations§

source§

impl From<String> for wasm_name_t

source§

fn from(string: String) -> Self

Converts to this type from the input type.