cbus::Message::new is missing Send bound on callback
Since callback is executed in different thread it must implement Send. Otherwise you can easily cause havoc by passing thread unsafe primitives like Rc.
cc @k.derevtsov, I'm assigning this to you, but let me know if you need any help with that. Please mention me in MR when you'll make a patch