1
2
3
4
5
6
7
8
// use tokio::sync::mpsc;
//
// type BitstampSubscription = String;
// type BitstampMessage = String;
//
// pub struct Bitstamp {
//     subscription_tx: mpsc::Sender<(BitstampSubscription, mpsc::UnboundedSender<BitstampMessage>)>,
// }