pub fn write_qsym2_binary<T, P: AsRef<Path>>( name: P, file_type: QSym2FileType, value: &T, ) -> Result<(), Error>where T: Serialize,
Serialises a structure and writes into a QSym2 binary file.
QSym2
name
file_type
A Result indicating if the serialisation and writing processes have been successful.
Result