io_extras::grip

Trait IntoRawGrip

Source
pub trait IntoRawGrip: IntoRawFd {
    // Required method
    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§