summaryrefslogtreecommitdiff
path: root/src/unexpected.rs
AgeCommit message (Collapse)Author
2023-08-08Fix doc linkBotahamec
2023-08-08Allow conversion from Option to ResultBotahamec
2022-10-23Added more constructorsBotahamec
2022-10-23Implemented AsRefBotahamec
2022-10-23Unused variableBotahamec
2022-10-23Updated docsBotahamec
2022-10-23Implement source() on RawUnexpectedBotahamec
2022-10-23Create the UnexpectedErrorBotahamec
2022-10-23Rename UnexpectedErrorBotahamec
2022-10-22Swapped out the From implementationBotahamec
2022-10-22More useful generic boundsBotahamec
2022-10-22Remove non_exhaustive on private typeBotahamec
2022-10-22From impls and Send+SyncBotahamec
2022-10-22Created UnexpectedErrorBotahamec