Implicit argument handler
| 8 | |
| 9 | /// Implicit argument handler |
| 10 | pub struct ImplicitHandler { |
| 11 | /// Metavariable context |
| 12 | mctx: MetaVarContext, |
| 13 | } |
| 14 | |
| 15 | impl ImplicitHandler { |
| 16 | /// Create a new implicit handler |
nothing calls this directly
no outgoing calls
no test coverage detected