Trait OutgoingMessageExt

Source
pub trait OutgoingMessageExt {
    // Required method
    fn into_posted(self, index: u32) -> PostedMessage;
}

Required Methods§

Source

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

Source§

fn into_posted(self, index: u32) -> PostedMessage

Returns the posted message, i.e. the outgoing message without the destination.

Implementors§