Skip to content

Evaluate making ImplementationError an actual type #751

@spacebear21

Description

@spacebear21

@DanGould :

Making me wonder if our pub type ImplementationError = Box<dyn error::Error + Send + Sync>; type alias can be std::error::Error and 'static if we make it our own type instead, and if that would solve some problems with ffi expecting to deal with std::error::Error types

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions