Default executor builder that creates a SwapRouterComponent
| 69 | |
| 70 | /// Default executor builder that creates a SwapRouterComponent |
| 71 | pub struct DefaultExecutor; |
| 72 | |
| 73 | impl<R, P, DB, Evm> ComponentBuilder<KabuContext<R, P, DB, Evm>> for DefaultExecutor |
| 74 | where |
nothing calls this directly
no outgoing calls
no test coverage detected