Trait AsSocket

pub trait AsSocket

A trait to borrow the socket from an underlying object.

Required Methods

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

Borrows the socket.

Implementors