summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-10-23impl From<Raw> for Exun<E, UnexpectedError>Botahamec
2022-10-23Implement Error for Exun<E, RawUnexpected>Botahamec
2022-10-23Implement source() on RawUnexpectedBotahamec
2022-10-23Create the UnexpectedErrorBotahamec
2022-10-23Rename UnexpectedErrorBotahamec
2022-10-23Seal the Result extensionsBotahamec
2022-10-23Export Result extensionsBotahamec
2022-10-23Added the result extensionsBotahamec
2022-10-23Implement From<UnexpectedError>Botahamec
2022-10-23Move and rename Expect to ExunBotahamec
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
2022-10-22removed `unwrap_or` and `unwrap_or_default`Botahamec
2022-10-22Create the Expect typeBotahamec