pub fn write_mdl_ascii_to_string(mdl: &Mdl) -> Result<String, MdlAsciiError>Expand description
Serializes an MDL to an ASCII string.
ยงErrors
The same as write_mdl_ascii apart from the I/O arm, which writing into
a String cannot reach.
pub fn write_mdl_ascii_to_string(mdl: &Mdl) -> Result<String, MdlAsciiError>Serializes an MDL to an ASCII string.
The same as write_mdl_ascii apart from the I/O arm, which writing into
a String cannot reach.