Sofia on Nostr: rust also generally emits separate implementations for each internal type, with the ...
rust also generally emits separate implementations for each internal type, with the exception of when you use the dyn keyword to use dynamic dispatch (which is occasionally useful but usually avoided), and yeah you can pass values too, called "const generics"
