pub trait HasLabels {
    fn has_labels(&self) -> bool;
}

Required Methods§

Implementations on Foreign Types§

Implementors§