pub fn read_ltr<R: Read>(reader: &mut R) -> Result<Ltr, LtrBinaryError>Expand description
Reads an LTR file from a reader.
The stream is consumed from its current position.
ยงErrors
LtrBinaryError::Io when the stream will not read to end, and whatever
read_ltr_from_bytes reports for the bytes it collected.