pub type Https<Octs, Name> = SvcbRdata<HttpsVariant, Octs, Name>;
Expand description
A type alias for record data of the HTTPS record type.
The HTTPS record type is the service binding type for the HTTPS service.
See SvcbRdata<..>
for details.
pub type Https<Octs, Name> = SvcbRdata<HttpsVariant, Octs, Name>;
A type alias for record data of the HTTPS record type.
The HTTPS record type is the service binding type for the HTTPS service.
See SvcbRdata<..>
for details.