book/first-edition/src/associated-types.md

11 lines
482 B
Markdown
Raw Permalink Normal View History

2017-03-03 14:10:24 +00:00
# Associated Types
2018-11-20 21:20:32 +00:00
The first edition of the book is no longer distributed with Rust's documentation.
2017-03-03 14:10:24 +00:00
2018-11-20 21:20:32 +00:00
If you came here via a link or web search, you may want to check out [the current
2019-02-05 18:44:32 +00:00
version of the book](../ch19-03-advanced-traits.html#specifying-placeholder-types-in-trait-definitions-with-associated-types) instead.
2017-03-03 14:10:24 +00:00
2018-11-20 21:20:32 +00:00
If you have an internet connection, you can [find a copy distributed with
Rust
2019-02-05 18:44:32 +00:00
1.30](https://doc.rust-lang.org/1.30.0/book/first-edition/associated-types.html).