Rust traits

From wikinotes
Revision as of 19:49, 8 February 2023 by Will (talk | contribs) (Created page with "Traits are similar to interfaces except they can have a default implementation. = Basics = <blockquote> <syntaxhighlight lang="rust"> </syntaxhighlight> </blockquote><!-- Basics -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Traits are similar to interfaces except they can have a default implementation.

Basics