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

Method top

examples/parametrized_function.rs:34–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32 type Err = String;
33
34 fn top() -> Self {
35 Self::Any
36 }
37
38 fn meet(lhs: Partial<Self>, rhs: Partial<Self>) -> Result<Partial<Self>, Self::Err> {
39 use Variant::*;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected