Trait io_extras::grip::FromGrip[][src]

pub trait FromGrip: FromFd {
    fn from_grip(owned_grip: OwnedGrip) -> Self;
}
Expand description

Portability abstraction over FromFd and FromHandleOrSocket.

Required methods

Consume an OwnedGrip and convert into a Self.

Implementors