Type Alias recvmsg::NoAddrBuf

source ·
pub type NoAddrBuf = Infallible;
Expand description

The type of AddrBuf associated types on implementations of traits from this crate for types that do not support receiving the address of the peer together with received messages.

Aliased Type§

enum NoAddrBuf {}

Variants§