pub trait Checker {
    // Required method
    fn checker(&self) -> &Box<dyn BaseSignatureChecker>;
}

Required Methods§

Implementors§