Skip to content

Add `either' feature to support unwrapping Eithers #14

Open
@remexre

Description

I have a function that takes a Future<Item=T, Error=E> and returns a Future<Item=T, Error=Either<E, CustomError>>. It'd be helpful to be able to pare it down to just the CustomError inline. I'd be willing to write this myself, if you'd prefer.

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