pub trait AsGrip: AsFd {
    fn as_grip(&self) -> BorrowedGrip<'_>;
}
Expand description

Portability abstraction over AsFd and AsHandleOrSocket.

Required Methods

Extracts the grip.

Implementors