Trait rust_htslib::bam::record::AuxArrayElement
source · pub trait AuxArrayElement: Copy {
// Required method
fn from_le_bytes(bytes: &[u8]) -> Option<Self>;
}
Expand description
Types that can be used in aux arrays.