Derive Macro MultiSenderFrom

Source
#[derive(MultiSenderFrom)]
Expand description

Derives the ability to convert an object into this struct of Sender and AsyncSenders, as long as the object can be converted into each individual Sender or AsyncSender. The conversion is done by calling .as_multi_sender() or .into_multi_sender().