Struct comm::client::messages::Envelope
[−]
[src]
pub struct Envelope { pub recipient: Address, pub message: Message, }
Fields
recipient: Address
message: Message
Methods
impl Envelope
[src]
Trait Implementations
impl Debug for Envelope
[src]
fn fmt(&self, __arg_0: &mut Formatter) -> Result
[src]
Formats the value using the given formatter. Read more