pub trait Options {
    fn options(&self) -> ZInt;
    fn has_options(&self) -> bool;
}

Required Methods§

Implementors§