Enum wasmi_validation::func::StackValueType
source · [−]pub enum StackValueType {
Any,
Specific(ValueType),
}
Expand description
Value type on the stack.
Variants
Any
Any value type.
Specific(ValueType)
Concrete value type.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for StackValueType
impl Send for StackValueType
impl Sync for StackValueType
impl Unpin for StackValueType
impl UnwindSafe for StackValueType
Blanket Implementations
Mutably borrows from an owned value. Read more