#[derive(MultiSend)]
Expand description
Derives the ability to use this struct of Sender
s and AsyncSender
s to
call .send
or .send_async
directly as if using one of the included
Sender
s or AsyncSender
s.
#[derive(MultiSend)]
Derives the ability to use this struct of Sender
s and AsyncSender
s to
call .send
or .send_async
directly as if using one of the included
Sender
s or AsyncSender
s.