pub fn add_to_each_string(
    list_contained_strings: &[RefCell<SimpleNonCopyable>],
    to_push: &str
)
Expand description

Demonstrate interior mutability with Rc and RefCell.