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

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

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