Throwable

Type Alias Throwable 

Source
pub type Throwable<T> = Rc<RefCell<T>>;
Expand description

A type recommended to be used by FutureQueue to allow being thrown around in your app

Aliased Typeยง

pub struct Throwable<T> { /* private fields */ }