Type Definition debian_packaging::error::Result [−][src]
pub type Result<T> = Result<T, DebianError>;Expand description
Result wrapper for this crate.
pub type Result<T> = Result<T, DebianError>;Result wrapper for this crate.