[][src]Function ptah::to_wire

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