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 fn
to 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_talk
or similar methods.