dtolnay / thiserror

derive(Error) for struct and enum error types

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't work with Fail trait

dgandhi17 opened this issue · comments

Doesnt work with Fail trait, says cannot be sent between threads safely
https://boats.gitlab.io/failure/

This is intentional. Also, the Fail trait is deprecated.