MCPcopy Create free account
hub / github.com/arcjet/gravity / WitReturn

Class WitReturn

cmd/gravity/src/codegen/ir.rs:93–98  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91/// The return type of an interface method.
92#[derive(Debug, Clone)]
93pub struct WitReturn {
94 /// The Go type of the return type.
95 pub go_type: GoType,
96 /// The WIT type of the return type.
97 pub wit_type: Type,
98}
99
100/// An analyzed WIT type definition.
101#[derive(Debug, Clone)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected