pub type Labels = Set<String>;
A type alias for a set of labels, which are strings.
pub struct Labels { /* private fields */ }