pub trait IntoBoxedDatagram {
// Required method
fn into_boxed(self) -> BoxedDatagram;
}Expand description
Trait to convert Datagram to BoxedDatagram.
Required Methods§
Sourcefn into_boxed(self) -> BoxedDatagram
fn into_boxed(self) -> BoxedDatagram
Convert Datagram to BoxedDatagram