pub fn demonstrate_need_for_cell() -> Vec<Cell<SimpleContainer>>
Expand description

Demonstrate how you need Cell<T> even just with a Vec<T>;