Skip to content

Reconsider the "interior mutability" pattern we are imposing on users due to not using &mut in our types? #115

@Eh2406

Description

@Eh2406

When were done with all the significant changes to our API, we should look at whether it would be more appropriate to past &mut self where we currently use &self. On one hand we don't need the mutability. On the other hand the mutability would make caching dependency providers easier to implement.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions