Function apple_bundle::to_file_xml[][src]

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

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