actix-web
actix-web copied to clipboard
Is there a way to separately introduce the error module in the multi module cargo project
trafficstars
I want to break down the project into multiple modules. Is there a way to separately introduce the error module in the multi module cargo project,Each module can easily handle exception issues by introducing the error module I have handled before