Trait process_memory::Inject [] [src]

pub trait Inject {
    fn inject(&self, dll: PathBuf) -> Result<ProcessHandle>;
}

Required Methods

Implementors