pub fn read_from_slice<'a>( slice: &[u8], bump: &'a Bump, ) -> Result<Module<'a>, Error>
Read a hugr module from a byte slice.