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
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.