Trait seq_data_file::SeqDataFormat
source · pub trait SeqDataFormat {
const MAGIC: &'static [u8];
const HEADER_SIZE: usize;
}
Expand description
Format configuration for SeqData
Required Associated Constants§
sourceconst HEADER_SIZE: usize
const HEADER_SIZE: usize
The size of the header in bytes
Object Safety§
This trait is not object safe.