Struct stun::Message [] [src]

pub struct Message {
    // some fields omitted
}

Methods

impl Message
[src]

fn request() -> Message

fn decode(encoded: Vec<u8>) -> Message

fn encode(&self) -> Vec<u8>

Trait Implementations

impl Debug for Message
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.