pub fn read_bwm_ascii<R: Read>(reader: &mut R) -> Result<Bwm, BwmAsciiError>Expand description
Reads an ASCII BWM from a reader.
ยงErrors
BwmAsciiError::Io when the reader fails, BwmAsciiError::Parse for a
number that will not parse, and BwmAsciiError::Structure when the
blocks the file declares do not describe a walkmesh.