[][src]Trait yooper::ssdp::packet::ToPacket

pub trait ToPacket {
    fn to_packet(&self) -> Packet;
}

Serialize a structured representation into a packet

Required methods

fn to_packet(&self) -> Packet

Loading content...

Implementors

impl ToPacket for Message[src]

Loading content...