Type Alias PyRc

Source
pub type PyRc<T> = Rc<T>;

Aliased Typeยง

struct PyRc<T> { /* private fields */ }