pub trait IntoMessage<'x> { // Required method fn into_message(self) -> Result<Message<'x>, Error>; }