Trait ssh_packet::IntoPacket
source · pub trait IntoPacket {
// Required method
fn into_packet(self) -> Packet;
}Required Methods§
sourcefn into_packet(self) -> Packet
fn into_packet(self) -> Packet
Convert the current type to a Packet.