[][src]Function pgp::packet::write_packet

pub fn write_packet(
    writer: &mut impl Write,
    packet: &impl PacketTrait
) -> Result<()>