diff options
author | Robin Krahl <robin.krahl@ireas.org> | 2019-01-10 23:43:15 +0000 |
---|---|---|
committer | Robin Krahl <robin.krahl@ireas.org> | 2019-01-11 00:49:22 +0100 |
commit | 3e7464c0f8cbadb8c6335c53579ec9570962dc3f (patch) | |
tree | a8293a3cbec9488a1acb4214fb27e0654edf3648 /src/backends/dialog.rs | |
parent | f0f659944c6d89a6205fd98a2434ed61c0e7313b (diff) | |
download | dialog-rs-3e7464c0f8cbadb8c6335c53579ec9570962dc3f.tar.gz dialog-rs-3e7464c0f8cbadb8c6335c53579ec9570962dc3f.tar.bz2 |
Move Error enum to the error module
The trait implementations for the Error enum contain a lot of
boilerplate code and are not very insightful. Therefore this patch
moves the Error enum, its trait implementations and the related Result
type definition from the main module to the error module. The Error and
Result types are re-exported from the main module so that the public
interface does not change.
Diffstat (limited to 'src/backends/dialog.rs')
0 files changed, 0 insertions, 0 deletions