This repo contains the contents of my talk about static and dynamic dispatch in rust. These are two different implementation of [polymorphism](https://en.wikipedia.org/wiki/Polymorphism_(computer_science) in programming language.
The talk is done without slides, just with a terminal. It walks trough the following files and commands:
Some general notes:
- SO: How do you declare an interface in Rust?
- Medium: dyn , impl and Trait Objects — Rust
- users.rust-lang:Difference between returning dyn Box and impl Trait
More about trait objects:
The code is licensed under the MIT License.