Trait lz_shared_udp::SharedUdpSocket [] [src]

pub trait SharedUdpSocket {
    fn framed<C: UdpCodec>(&self, codec: C) -> SharedUdpFramed<Self, C>
    where
        Self: Sized
; }

Required Methods

Implementors