Function write_mdl_to_vec
Source pub fn write_mdl_to_vec(mdl: &Mdl) -> Result<Vec<u8>, MdlError>
Expand description
Writes an MDL file structure to a byte vector.
ยงErrors
Every non-I/O failure write_mdl describes. The Vec target has no I/O
to fail at.