Trait AsSocket

trait AsSocket

A trait to borrow the socket from an underlying object.

Required Methods

fn as_socket(self: &Self) -> BorrowedSocket<'_>

Borrows the socket.

Implementors