net.OpError.Timeout (method, view implemented interface methods)

2 uses

	net (current package)
		net.go#L507: func (e *OpError) Timeout() bool {

	github.com/gotd/td/internal/mtproto
		read.go#L106: 	if errors.As(err, &syscall) && syscall.Timeout() {