Function pgp::packet::write_packet

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