pub trait HaveChain {
    // Required method
    fn have_chain(&self) -> bool;
}

Required Methods§

source

fn have_chain(&self) -> bool

Implementors§