Enum parity_wasm::elements::TableElementType
source · [−]pub enum TableElementType {
AnyFunc,
}
Expand description
Table element type.
Variants
AnyFunc
A reference to a function with any signature.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TableElementType
impl Send for TableElementType
impl Sync for TableElementType
impl Unpin for TableElementType
impl UnwindSafe for TableElementType
Blanket Implementations
Mutably borrows from an owned value. Read more