Add docs for setters mod

This commit is contained in:
Waffle 2020-11-13 19:15:09 +03:00
parent 8f85cffe94
commit f0609c06bc

View file

@ -1,5 +1,10 @@
//! Payloads - data types sended to relegram
/// This module reexports all setters traits as `_`. When used with a glob import:
/// ```
/// use teloxide_core::payloads::setters::*;
/// ```
/// It allows you to use all payloads setters, without polluting your namespace.
pub mod setters;
// This block is auto generated by `cg` <https://github.com/teloxide/cg> (878e847).