pub type Throwable<T> = Rc<RefCell<T>>;
A type recommended to be used by FutureQueue to allow being thrown around in your app
FutureQueue
pub struct Throwable<T> { /* private fields */ }