pub fn get_all() -> impl Iterator<Item = TagHandle>
Gets handles to all tags across all outputs.
for tag in tag::get_all() { println!("{}", tag.name()); }