pub type DataResponseQueue = Rc<RefCell<SyncDataQueue>>;
struct DataResponseQueue { /* private fields */ }