pub fn write_model( model: &Model<'_>, path: impl AsRef<Path>, ) -> Result<(), LoaderError>
Encode model and write the serialized bytes to path.
model
path