domain::rdata::svcb

Type Alias Https

source
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 */ }