Function dns_common::deser::to_yaml_str

source ·
pub fn to_yaml_str<T>(t: &T) -> Result<String>where
    T: Serialize,