removed default implementation of KeyDomain
This commit is contained in:
parent
3e5a9e8e0b
commit
9e0ba8b65d
3 changed files with 11 additions and 3 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue