package dns-forward

  1. Overview
  2. Docs
type 'a t = ('a, [ `Msg of string ]) Pervasives.result Lwt.t

All errors are currently fatal and should cause the request being processed or the program to abort

module Infix : sig ... end