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

Required Methods§

fn enable(&self) -> bool

Implementors§