pub trait IntoTags {
    // Required method
    fn into_tags(self) -> Tags;
}
Expand description

Provides method for converting event tags into events.

Required Methods§

source

fn into_tags(self) -> Tags

Implementors§