removed default implementation of KeyDomain

This commit is contained in:
TotallyNot 2023-01-26 20:14:04 +01:00
parent 3e5a9e8e0b
commit 9e0ba8b65d
3 changed files with 11 additions and 3 deletions

View file

@ -39,8 +39,6 @@ pub trait KeyDomain: Clone + std::fmt::Debug + Send + Sync {
}
}
impl<T> KeyDomain for T where T: Clone + std::fmt::Debug + Send + Sync {}
#[async_trait]
pub trait KeyPoolStorage {
type Key: ApiKey;