Type Definition io_lifetimes::BorrowedSocketlike[][src]

pub type BorrowedSocketlike<'socketlike> = BorrowedSocket<'socketlike>;
Expand description

A reference to a socketlike object.

This is a portability abstraction over Unix-like BorrowedFd and Windows’ BorrowedSocket.