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

Required Methods§

source

fn has_labels(&self) -> bool

Implementations on Foreign Types§

source§

impl HasLabels for &str

Implementors§