Function plist::to_file_binary
source ยท pub fn to_file_binary<P: AsRef<Path>, T: Serialize>(
path: P,
value: &T,
) -> Result<(), Error>
Expand description
Serializes the given data structure to a file as a binary encoded plist.