Skip to main content

MsgPack

Trait MsgPack 

Source
pub trait MsgPack {
    // Required method
    fn encode(&self, buf: &mut Vec<u8>);
}

Required Methods§

Source

fn encode(&self, buf: &mut Vec<u8>)

Implementations on Foreign Types§

Source§

impl MsgPack for &str

Source§

fn encode(&self, buf: &mut Vec<u8>)

Source§

impl MsgPack for i64

Source§

fn encode(&self, buf: &mut Vec<u8>)

Implementors§