Function write_pdu

Source
pub fn write_pdu<W>(writer: &mut W, pdu: &Pdu) -> Result<()>
where W: Write,