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§

source

const MAGIC: &'static [u8]

Magic bytes. can be empty

source

const HEADER_SIZE: usize

The size of the header in bytes

Object Safety§

This trait is not object safe.

Implementors§