whether this handler is enabled after add_handlers (true for most, false for Layers)
(&self)
| 38 | /// whether this handler is enabled after add_handlers |
| 39 | /// (true for most, false for Layers) |
| 40 | fn default_enabled(&self) -> bool { |
| 41 | true |
| 42 | } |
| 43 | } |
| 44 | |
| 45 | pub enum HandlerResult { |
nothing calls this directly
no outgoing calls
no test coverage detected