MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / element_type

Method element_type

crates/wasmtime/src/runtime/types.rs:1755–1757  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1753 /// Get this field type's storage type.
1754 #[inline]
1755 pub fn element_type(&self) -> &StorageType {
1756 &self.element_type
1757 }
1758
1759 /// Does this field type match the other field type?
1760 ///

Callers 1

make_api_callsFunction · 0.45

Calls 2

engineMethod · 0.45
unwrap_arrayMethod · 0.45

Tested by

no test coverage detected