(&self)
| 383 | |
| 384 | impl<'a> AsRef<&'a dyn ExprHumanizer> for RenderingContext<'a> { |
| 385 | fn as_ref(&self) -> &&'a dyn ExprHumanizer { |
| 386 | &self.humanizer |
| 387 | } |
| 388 | } |
| 389 | |
| 390 | #[allow(missing_debug_implementations)] |
no outgoing calls
no test coverage detected