create modules 'traits' for testing

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2020-06-28 19:16:04 +02:00
parent 2a9236cc66
commit b09392e1b3
2 changed files with 10 additions and 0 deletions

10
src/models/traits/mod.rs Normal file
View File

@@ -0,0 +1,10 @@
/*
* advotracker - Hotline tackingtool for Advocats
*
* Copyright 2020 Ralf Zerres <ralf.zerres@networkx.de>
* SPDX-License-Identifier: (0BSD or MIT)
*/
// WIP
// /// traits for the user model
// pub mod traits;