Function socket::socketpair [] [src]

pub fn socketpair(
    domain: i32,
    type_: i32,
    protocol: i32
) -> Result<(Socket, Socket)>