We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.
Feedback

The Power of the "Where" Clause

Formal Metadata

Title
The Power of the "Where" Clause
Title of Series
Number of Parts
8
Author
License
CC Attribution 3.0 Unported:
You are free to use, adapt and copy, distribute and transmit the work or content in adapted or unchanged form for any legal purpose as long as the work is attributed to the author in the manner specified by the author or licensor.
Identifiers
Publisher
Release Date
Language

Content Metadata

Subject Area
Genre
Abstract
Rust expresses trait bounds using the where clause. It is an essential tool for all generic Rust programming. Yet, many Rust programmers don't know about the full expressiveness of it! This talk guides us through most of the features and shows us how to creatively use where clauses to both keep our code clean and flexible, but also sound and hard to use in a wrong way. This talk will teach us the basic building blocks to not get lost in a forest of constraints. Follow us on Twitter: https://twitter.com/rustlatamconf