teloxide/src
Waffle 2ddbaa49ea Add forward-to-deref Requester impls
This commit adds
```rust
impl<B: Requester> Requester for D<B> { ... }
```
where `D<_>` is `&_`, `&mut _`, `Box<_>`, `Arc<_>` and `Rc<_>`.
2021-01-08 22:13:12 +03:00
..
adaptors update dependencies 2021-01-07 15:58:51 +03:00
bot fixup send_emoji method 2021-01-08 00:44:19 +03:00
net fix clippy: impl From instead of Into 2021-01-07 16:01:46 +03:00
payloads fixup send_emoji method 2021-01-08 00:44:19 +03:00
requests Add forward-to-deref Requester impls 2021-01-08 22:13:12 +03:00
serde_multipart fmt 2020-12-28 19:06:46 +03:00
types fmt 2020-12-28 19:06:46 +03:00
adaptors.rs Remove already fixed FIXMEs 2020-12-28 18:02:04 +03:00
errors.rs fmt 2020-12-28 19:06:46 +03:00
lib.rs Normalize docs 2021-01-07 18:00:57 +03:00
local_macros.rs fixup send_emoji method 2021-01-08 00:44:19 +03:00
prelude.rs Documentation gardening 2020-12-23 22:24:31 +06:00