Trait IntoEvent

Source
pub trait IntoEvent {
    // Required method
    fn into_event(self) -> Event;
}
Expand description

Trait for types that can be converted into an event

Required Methods§

Source

fn into_event(self) -> Event

Convert into an event

Implementations on Foreign Types§

Source§

impl IntoEvent for &str

Source§

impl IntoEvent for &String

Source§

impl IntoEvent for String

Implementors§