This commit is contained in:
Waffle 2020-10-21 19:53:39 +03:00
parent d47036012b
commit 2dfe8a15c5

View file

@ -349,11 +349,11 @@ impl<B> Throttle<B> {
}
impl<B: Requester> Requester for Throttle<B>
where
B::SendMessage: Send,
{
where
B::SendMessage: Send,
{
type Err = B::Err;
type GetMe = B::GetMe;
fn get_me(&self) -> Self::GetMe {