index
:
dome-key-map
master
DomeKey core library
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
errors.rs
blob: beafc9f265e1cbce0e8f99ea2e0c8c03085cc225 (
plain
)
1
2
3
4
5
6
7
use
xdg
;
error_chain
!
{
foreign_links
{
Xdg
(
xdg
::
BaseDirectoriesError
);
}
}