Type Alias rustpython_common::rc::PyRc

source ·
pub type PyRc<T> = Rc<T>;

Aliased Type§

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