Trait malwaredb_types::TypeMagic
source · pub trait TypeMagic {
const MAGIC: &'static [&'static [u8]];
}
Required Associated Constants§
Object Safety§
This trait is not object safe.
pub trait TypeMagic {
const MAGIC: &'static [&'static [u8]];
}