@[email protected] to [email protected]English • 2 years agoThe Tragic Death of Inheritanceavivcarmi.commessage-square52fedilinkarrow-up1103cross-posted to: [email protected]
arrow-up199external-linkThe Tragic Death of Inheritanceavivcarmi.com@[email protected] to [email protected]English • 2 years agomessage-square52fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish1•2 years agoThanks for the explanation! I haven’t worked with Rust before, would these traits be an equivalent of C# interfaces?
minus-square@[email protected]OPlinkfedilink2•2 years agoTraits are similar to an interface, but with some differences. Here is a comparison with Java interfaces https://stackoverflow.com/a/69485860
Thanks for the explanation! I haven’t worked with Rust before, would these traits be an equivalent of C# interfaces?
Traits are similar to an interface, but with some differences. Here is a comparison with Java interfaces https://stackoverflow.com/a/69485860