pub type Result<T> = Result<T, DebianError>;
Expand description

Result wrapper for this crate.