pub fn read_mdl_ascii_from_str(s: &str) -> Result<Mdl, MdlAsciiError>Expand description
Reads an ASCII MDL model from a string.
ยงErrors
The same as read_mdl_ascii apart from the I/O arm, which reading from a
string cannot reach.
pub fn read_mdl_ascii_from_str(s: &str) -> Result<Mdl, MdlAsciiError>Reads an ASCII MDL model from a string.
The same as read_mdl_ascii apart from the I/O arm, which reading from a
string cannot reach.