Skip to content

SharedExtensions #5

@conradludgate

Description

@conradludgate

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions