Trait malwaredb_types::doc::DocumentFile
source · pub trait DocumentFile {
// Required methods
fn pages(&self) -> u32;
fn author(&self) -> Option<String>;
fn title(&self) -> Option<String>;
fn has_javascript(&self) -> bool;
fn has_form(&self) -> bool;
}