## Motivations Currently, there's no way to clone or define an append-only style extensions list. ## Solution We could provide a `SharedExtensions` type that is based on `Arc<dyn Any>` instead of `Box<dyn Any>`, and remove the `remove` method and `get_mut` methods.