Trait owlyshield_ransom::actions_on_kill::ActionOnKill[][src]

pub trait ActionOnKill {
    fn run(
        &self,
        config: &Config,
        proc: &ProcessRecord,
        pred_mtrx: &VecvecCapped<f32>,
        prediction: f32,
        now: &String
    ) -> Result<(), Box<dyn Error>>; }

Required methods

Implementors