MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / into_inner

Method into_inner

crates/tinywasm/src/func.rs:760–762  ·  view source on GitHub ↗

Split the wrapper back into its two component values.

(self)

Source from the content-addressed store, hash-verified

758
759 /// Split the wrapper back into its two component values.
760 pub fn into_inner(self) -> (T1, T2) {
761 (self.0, self.1)
762 }
763}
764
765impl<T1, T2> From<(T1, T2)> for WasmTupleChain<T1, T2> {

Callers 1

into_wasm_valuesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected