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.
Aliased Type§
struct Https<Octs, Name> { /* private fields */ }