Trait malwaredb_types::SpecimenFile
source · pub trait SpecimenFile {
const MAGIC: &'static [&'static [u8]];
// Required method
fn type_name(&self) -> &'static str;
}
Expand description
Common functions for all file types parsed by MalwareDB
Required Associated Constants§
Required Methods§
Object Safety§
This trait is not object safe.