pub trait SvcbParam { // Required method fn key(&self) -> SvcbParamKey; }
Basic trait for SVCB parameters.