Function pbuf::write_pbuf [] [src]

pub fn write_pbuf<M, W>(msg: &M, writer: &mut W) -> Option<usize> where
    M: Message,
    W: Write