Expand description
Re-exports§
pub use macro_rules_attribute;
Modules§
- y6
- This part of the library works only for Y6 version of the asciicker
Macros§
- callback
- Macro to transform
async fnto returnPin<Box<impl Future<Output=T>>>instead ofimpl Future<Output=T>and is required for functions which are planned to be passed as an argument toBot::on_talkor similar methods.