pub trait OutgoingMessageExt {
// Required method
fn into_posted(self, index: u32) -> PostedMessage;
}
Required Methods§
Sourcefn into_posted(self, index: u32) -> PostedMessage
fn into_posted(self, index: u32) -> PostedMessage
Returns the posted message, i.e. the outgoing message without the destination.
Implementations on Foreign Types§
Source§impl OutgoingMessageExt for OutgoingMessage
impl OutgoingMessageExt for OutgoingMessage
Source§fn into_posted(self, index: u32) -> PostedMessage
fn into_posted(self, index: u32) -> PostedMessage
Returns the posted message, i.e. the outgoing message without the destination.