How does this compare to "Accept interfaces, return structs" in Go?
How does this compare to "Accept interfaces, return structs" in Go?
Posted Apr 25, 2024 16:02 UTC (Thu) by rds (guest, #19403)In reply to: How does this compare to "Accept interfaces, return structs" in Go? by daroc
Parent article: Existential types in Rust
Not a Go or a Rust person but I think the distinction is mainly going to be compile time application of a concrete type in Rust vs runtime in Go.
