feat: simplified lifetime bounds on bulk executor
This commit is contained in:
parent
c17f93f600
commit
7bc61de1c2
8 changed files with 32 additions and 34 deletions
|
|
@ -560,7 +560,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'p, S> BulkExecutor<'p> for KeyPoolExecutor<'p, S>
|
||||
impl<S> BulkExecutor for KeyPoolExecutor<'_, S>
|
||||
where
|
||||
S: KeyPoolStorage + 'static,
|
||||
{
|
||||
|
|
@ -631,7 +631,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'p, S> BulkExecutor<'p> for ThrottledKeyPoolExecutor<'p, S>
|
||||
impl<S> BulkExecutor for ThrottledKeyPoolExecutor<'_, S>
|
||||
where
|
||||
S: KeyPoolStorage + 'static,
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue