Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bytecodealliance/wasmtime
/ Tuple
Class
Tuple
crates/wasmtime/src/runtime/component/types.rs:406–406 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
404
/// A `tuple` interface type
405
#[derive(Clone, Debug)]
406
pub struct Tuple(Handle<TypeTupleIndex>);
407
408
impl Tuple {
409
pub(crate) fn from(index: TypeTupleIndex, ty: &InstanceType<'_>) -> Self {
Callers
15
typecheck
Method · 0.70
with_lower_context
Method · 0.70
with_lift_context
Method · 0.70
lift
Method · 0.70
load
Method · 0.70
from
Method · 0.70
typecheck
Method · 0.70
fields_from_ast
Method · 0.50
parse_fields
Method · 0.50
val
Function · 0.50
typecheck
Method · 0.50
lift_params
Method · 0.50
Calls
no outgoing calls
Tested by
1
test_round_trip_many
Function · 0.40