pub trait IntoMessage<'x> {
// Required method
fn into_message(self) -> Result<Message<'x>>;
}Required Methods§
fn into_message(self) -> Result<Message<'x>>
Dyn Compatibility§
This trait is dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".
Implementations on Foreign Types§
Source§impl<'x> IntoMessage<'x> for MessageBuilder<'_>
Available on crate feature builder only.
impl<'x> IntoMessage<'x> for MessageBuilder<'_>
Available on crate feature
builder only.