func (rrset ResourceRecordSet) Type() rrstype.RrsType { return rrstype.RrsType(*rrset.impl.Type) }
func (r record) Type() rrstype.RrsType { return rrstype.RrsType(r.type_) }