Type Definition rust_htslib::errors::Result

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

Generic result type for functions in this crate with a global error class.