Trait unsafe_io::FromRawGrip[][src]

pub trait FromRawGrip: FromRawFd {
    unsafe fn from_raw_grip(owned_grip: RawGrip) -> Self;
}
Expand description

Portability abstraction over FromFd and FromHandleOrSocket.

Required methods

Consume an RawGrip and convert into a Self.

Implementors