ArtifactParser

Trait ArtifactParser 

Source
pub trait ArtifactParser: IntoIterator<Item = ForensicData> {
    // Required methods
    fn name(&self) -> &'static str;
    fn description(&self) -> &'static str;
    fn version(&self) -> &'static str;
}

Required Methods§

Source

fn name(&self) -> &'static str

Source

fn description(&self) -> &'static str

Source

fn version(&self) -> &'static str

Implementors§