plist

Function to_file_xml

Source
pub fn to_file_xml<P: AsRef<Path>, T: Serialize>(
    path: P,
    value: &T,
) -> Result<(), Error>
Expand description

Serializes the given data structure to a file as an XML encoded plist.