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