We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7026aa commit 7ac0b4fCopy full SHA for 7ac0b4f
patterns/newtype.md
@@ -101,3 +101,4 @@ Here, `Bar` might be some public, generic type and `T1` and `T2` are some intern
101
- [Newtypes in Haskell](https://wiki.haskell.org/Newtype)
102
- [Type aliases](https://doc.rust-lang.org/stable/book/ch19-04-advanced-types.html#creating-type-synonyms-with-type-aliases)
103
- [derive_more](https://crates.io/crates/derive_more), a crate for deriving many builtin traits on newtypes.
104
+- [The Newtype Pattern In Rust](https://www.worthe-it.co.za/blog/2020-10-31-newtype-pattern-in-rust.html)
0 commit comments