[][src]Type Definition rust_htslib::errors::Result

type Result<T, E = Error> = Result<T, E>;

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