Skip to main content

read_mdl_ascii_from_str

Function read_mdl_ascii_from_str 

Source
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.