pub trait IntoRawGrip: IntoRawFd {
    fn into_raw_grip(self) -> RawGrip;
}
Expand description

Portability abstraction over IntoRawFd and IntoRawHandleOrSocket.

Required Methods§

source

fn into_raw_grip(self) -> RawGrip

Consume self and convert into an RawGrip.

Implementors§