Introduce BackendHandler trait and impl

This commit is contained in:
Valentin Tolmer
2021-03-11 10:14:15 +01:00
parent 1a947358fa
commit ff4e986a0d
7 changed files with 98 additions and 30 deletions

1
src/domain/mod.rs Normal file
View File

@@ -0,0 +1 @@
pub mod handler;