pub trait IntoTags { // Required method fn into_tags(self) -> Tags; }
Provides method for converting event tags into events.