[][src]Function grin_p2p::msg::write_to_buf

pub fn write_to_buf<T: Writeable>(
    msg: T,
    msg_type: Type
) -> Result<Vec<u8>, Error>