Module dependent_view::rc[][src]

Module defining DependentRc, a wrapper around the Rc type.

This module both defines the DependentRc struct, as well as the corresponding to_view! macro, which can be used to obtain views from an instance of DependentRc.

Structs

DependentRc

DependentRc<T> is a simple wrapper around the Rc<T> type, imbuing it with the capability to provide "views" (Weak<Trait>) of non-owned structs to separate components of a system.