Trait ToYamlValueWithoutNulls

Source
pub trait ToYamlValueWithoutNulls {
    // Required method
    fn to_yaml_value_without_nulls(&self) -> Result<Value>;
}

Required Methods§

Implementors§