[−][src]Struct tokio_uds::RecvDgram
A future for receiving datagrams from a Unix datagram socket.
An example that uses UDP sockets but is still applicable can be found at https://gist.github.com/dermesser/e331094c2ab28fc7f6ba8a16183fe4d5.
Trait Implementations
impl<T: Debug> Debug for RecvDgram<T>
[src][+]
impl<T> Future for RecvDgram<T> where
T: AsMut<[u8]>,
[src][+]
T: AsMut<[u8]>,
Auto Trait Implementations
impl<T> !RefUnwindSafe for RecvDgram<T>
impl<T> Send for RecvDgram<T> where
T: Send,
T: Send,
impl<T> Sync for RecvDgram<T> where
T: Sync,
T: Sync,
impl<T> Unpin for RecvDgram<T> where
T: Unpin,
T: Unpin,
impl<T> !UnwindSafe for RecvDgram<T>
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> From<T> for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<F> IntoFuture for F where
F: Future,
[src][+]
F: Future,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,