Pedantically, in practice during runtime, the empty struct type in Rust can have multiple different values. It is only in certain kinds of type theory perspectives that an empty struct has just 1 value. struct A{} fn…
Pedantically, in practice during runtime, the empty struct type in Rust can have multiple different values. It is only in certain kinds of type theory perspectives that an empty struct has just 1 value. struct A{} fn…