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