Type Alias rustpython_common::rc::PyRc

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