Enum rust_htslib::bam::ReadError
[−]
[src]
pub enum ReadError {
Truncated,
Invalid,
NoMoreRecord,
}Variants
TruncatedInvalidNoMoreRecord