Trait asyncio::FromRawFd [] [src]

pub trait FromRawFd<P>: AsRawFd + Send + 'static {
    unsafe fn from_raw_fd(io: &IoService, pro: P, fd: RawFd) -> Self;
}

Required Methods

Implementors