use ;
use Arc;
use From;
use Display;
use Deref;
/// A wrapper around `Arc<String>`
///
/// The format of the message that is passed from `Sender` to `Receiver`.
///
/// Rather than passing the value inside the state as it is and converting it to string in the
/// destination, the value is converted to the `Channel` type and then passed on to the receivers.