Skip to content

Avoid Box<dyn Error> in libraries #8

Description

@JuxhinDB

Great library, however currently the error types for fetch_* calls are Result<T, Box<dyn Error>> which makes the crate extremely unergonomic especially in async contexts. Would be better to return concrete types instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions