Function ptah::to_wire

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