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