pub trait AsGrip: AsFd {
fn as_grip(&self) -> BorrowedGrip<'_>;
}
Expand description
Portability abstraction over AsFd
and AsHandleOrSocket
.
Required methods
fn as_grip(&self) -> BorrowedGrip<'_>
fn as_grip(&self) -> BorrowedGrip<'_>
Extracts the grip.