pub type PolyPathRef<P> = Rc<RefCell<PolyPath<P>>>;
A reference to a PolyPath wrapped in an RC & RefCell
pub struct PolyPathRef<P> { /* private fields */ }