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

Class Variable

examples/parametrized_function.rs:25–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23
24#[derive(Debug, Clone, Copy, PartialOrd, PartialEq, Ord, Eq, Hash)]
25struct Variable(usize);
26
27// ************ IMPLEMENTATION OF REQUIRED TRAITS ************ //
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected