Trait domain::rdata::svcb::SvcParamValue
source · pub trait SvcParamValue {
// Required method
fn key(&self) -> SvcParamKey;
}
Expand description
A type representing a service binding parameter value.
Required Methods§
sourcefn key(&self) -> SvcParamKey
fn key(&self) -> SvcParamKey
Returns the parameter key of the value.