rust_htslib::bam
pub enum ReadError { Truncated, Invalid, NoMoreRecord, }
Truncated
Invalid
NoMoreRecord
impl Debug for ReadError
fn fmt(&self, __arg_0: &mut Formatter) -> Result
Formats the value using the given formatter.