Trait io_extras::grip::AsGrip [−][src]
pub trait AsGrip: AsHandleOrSocket {
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.