Type Definition mpd::error::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

Shortcut type for MPD results