Rust, Builder Pattern, Trait Objects, Box<T> and Rc<T> July 25, 2017 rust, traits One of the intimidating parts of learning Rust is to master all the basic container types: Box<T>, Rc<T>, Arc<T>, RefCell<...