Trait process_memory::HandleChecker [] [src]

pub trait HandleChecker {
    fn check_handle(&self) -> bool;
}

Required Methods

Implementors