MCPcopy Create free account
hub / github.com/Schwenger/RustTyC / arity

Method arity

examples/parametrized_function.rs:57–59  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

55 }
56
57 fn arity(&self) -> Arity {
58 Arity::Fixed(0)
59 }
60}
61
62/// Represents a type in a parametrized function; either refers to a type parameter or is an abstract type.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected