pub fn get_socket_timeout<Fd: AsFd>(
    fd: &Fd,
    id: Timeout
) -> Result<Option<Duration>>
Expand description