Trait Verify

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

Required Methods§

Source

fn verify(&mut self) -> bool

| Check for errors before loading. |

Implementors§