pub trait IntoMessage {
    fn into(self) -> Message;
}

Required Methods

Implementors