pub fn read_from_reader( reader: impl BufRead, bump: &Bump, ) -> Result<Package<'_>, ReadError>
Read a hugr package from an impl of BufRead.
BufRead