ptah

Function to_wire

Source
pub fn to_wire<'w, T, W>(value: &T, writer: W) -> Result<usize>
where T: Serialize, W: Writer,