Struct quinn_proto::Datagram [−][src]
pub struct Datagram {
pub data: Bytes,
}An unreliable datagram
Fields
data: BytesPayload
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Datagram
impl RefUnwindSafe for Datagramimpl UnwindSafe for Datagram
impl UnwindSafe for DatagramBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,