Enum wasm_val::Type[][src]

pub enum Type {
    Empty,
    Boolean,
    Number,
    String,
    Array,
    TypedArray(ArrayType),
    Object,
    Function,
    Error,
}

Variants

Auto Trait Implementations

impl Send for Type

impl Sync for Type