This commit is contained in:
rustmailer
2026-01-01 20:28:23 +08:00
parent b2e43b0907
commit 09375ee11c
11 changed files with 25 additions and 19 deletions
+1 -1
View File
@@ -16,13 +16,13 @@
// You should have received a copy of the GNU Affero General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
use crate::modules::error::BichonResult;
pub mod controller;
pub mod executors;
pub mod status;
#[allow(async_fn_in_trait)]
pub trait Initialize {
async fn initialize() -> BichonResult<()>;
}