Type Alias domain::rdata::svcb::Svcb

source ·
pub type Svcb<Octs, Name> = SvcbRdata<SvcbVariant, Octs, Name>;
Expand description

A type alias for record data of the SVCB record type.

The SVCB record type is the generic type for service bindings of any service for which no special record type exists.

See SvcbRdata<..> for details.

Aliased Type§

struct Svcb<Octs, Name> { /* private fields */ }