plist

Function to_writer_binary

Source
pub fn to_writer_binary<W: Write, T: Serialize>(
    writer: W,
    value: &T,
) -> Result<(), Error>
Expand description

Serializes the given data structure to a byte stream as a binary encoded plist.