Function show_notes::e016::demonstrate_need_for_cell
source ยท pub fn demonstrate_need_for_cell() -> Vec<Cell<SimpleContainer>>
Expand description
Demonstrate how you need Cell<T>
even just with a Vec<T>
;
pub fn demonstrate_need_for_cell() -> Vec<Cell<SimpleContainer>>
Demonstrate how you need Cell<T>
even just with a Vec<T>
;