pub fn read_lyt<R: Read>(reader: &mut R) -> Result<Lyt, LytError>Expand description
Reads a LYT layout from a reader.
ยงErrors
LytError::Io when the stream will not read to end, and whatever
read_lyt_from_bytes reports for the bytes it collected.