Trait IntoTags

Source
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§