index
:
rmptui
master
A mpd client in rust
Krolyxon
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
error.rs
blob: 1e5b11926b774d35cd84e72d24b1a934478bd970 (
plain
)
1
2
3
4
5
6
#[derive(Debug)]
pub
enum
Error
{
DmenuNotInstalled
,
FzfNotInstalled
,
}