(&self, f: &mut fmt::Formatter<'_>)
| 320 | |
| 321 | impl fmt::Debug for ObjExt { |
| 322 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
| 323 | write!(f, "[ObjExt]") |
| 324 | } |
| 325 | } |
| 326 | |
| 327 | /// Precomputed offset constants for prefix allocation. |
nothing calls this directly
no test coverage detected