message-bus-macros 0.1.1

Generate a pub-sub bus for use in async applications, macros crate
Documentation
1
2
3
4
5
error: Only the forms `Topic` or `sub_topic::SubTopic` is supported, remove the generic
 --> ui/generic_subtopic.rs:5:14
  |
5 |         sub::Topic<u32> => {
  |              ^^^^^^^^^^