type t
=
{
name : string;
typ : int16;
class_ : int16;
ttl : int;
rdata : Cstruct.t;
}
include sig ... end
val t_of_sexp : Ppx_sexp_conv_lib.Sexp.t ‑> t
val sexp_of_t : t ‑> Ppx_sexp_conv_lib.Sexp.t