Get the raw serialized bytes of a constant without materializing it.
(&self, addr: &Address)
| 218 | }); |
| 219 | |
| 220 | /// Result of [`Env::parse_lazy_index`]: a metadata-light, zero-copy view of an |
| 221 | /// `.ixe` buffer suitable for the anon/lazy check path. Constants are byte |
| 222 | /// windows (offsets), `named` is `name → addr` + hint, and `blobs` are copied |
| 223 | /// (they are small and the kernel ingests their bytes directly). |
| 224 | #[derive(Debug, Clone, Default)] |
| 225 | pub struct LazyIndex { |
no test coverage detected