pub trait Datagrams: Send + Receive + ReceiveInto { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> Datagrams for T
where T: Send + Receive + ReceiveInto,