pub trait Verify {
    fn verify(&mut self) -> bool;
}

Required Methods§

| Check for errors before loading. |

Implementors§