Type Definition warmy::Res [] [src]

type Res<T> = Rc<RefCell<T>>;

Resources are wrapped in this type.